probinson added a comment.

Just a couple of typos, and I'm happy.  I agree with the other reviewers on the 
last needed test tweaks.



================
Comment at: clang/include/clang/Driver/Options.td:1955
   Flags<[CC1Option]>;
+def fdebug_default_version: Joined<["-"], "fdebug-default-version=">, 
Group<f_Group>, HelpText<"Default DWARF version to use, if a -g option caused 
DWARF debug info to be produced.">;
 def fdebug_prefix_map_EQ
----------------
HelpText does not want a final period.


================
Comment at: clang/test/Driver/debug-default-version.c:10
+// The -isysroot is used as a hack to avoid LIT messing with the SDKROOT
+// environment variable which indirecty overrides the version in the target
+// triple used here.
----------------
indirectly


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69822/new/

https://reviews.llvm.org/D69822



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to