================
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
+
----------------
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.


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