[PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 7 09:13:13 PDT 2015


dblaikie added a subscriber: dblaikie.
dblaikie accepted this revision.
dblaikie added a reviewer: dblaikie.
This revision is now accepted and ready to land.

================
Comment at: test/Driver/clang-g-opts.c:33
@@ -22,5 +32,3 @@
 
-// CHECK-WITHOUT-G-NOT: "-g"
-// CHECK-WITH-G: "-g"
-// CHECK-WITH-G-DWARF2: "-gdwarf-2"
-
+// CHECK-WITHOUT-G-NOT: -di-kind
+// CHECK-WITH-G: "-debug-info-kind=limited"
----------------
Should this be -debug-info-kind instead?


http://reviews.llvm.org/D13221





More information about the cfe-commits mailing list