[cfe-commits] [PATCH] Fix PR14474.

Alexey Samsonov samsonov at google.com
Mon Dec 3 09:51:17 PST 2012


  Um, we should not emit debug info for types in gline-tables-only mode, and this patch targets this.


================
Comment at: test/CodeGenObjCXX/pr14474-gline-tables-only.mm:11
@@ +10,3 @@
+ at end 
+ at interface NSObject <NSObject> {
+}
----------------
Alexander Potapenko wrote:
> Just for consistency, can you please put the closing curly brace on the same line?
Done

================
Comment at: test/CodeGenObjCXX/pr14474-gline-tables-only.mm:3
@@ +2,3 @@
+// RUN: %clang_cc1 -triple i386-apple-macosx10.6.0 -emit-obj \
+// RUN:   -gline-tables-only -x objective-c++ -o /dev/null %s
+
----------------
Benjamin Kramer wrote:
> Please use -emit-llvm instead of -emit-obj to avoid creating a dependency on LLVM codegen. It would fail if the x86 backend isn't compiled in.
Done


http://llvm-reviews.chandlerc.com/D151



More information about the cfe-commits mailing list