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 @@
+@end 
+@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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to