[cfe-commits] [PATCH] Fix PR14474.
Benjamin Kramer
benny.kra at gmail.com
Sat Dec 1 11:15:13 PST 2012
================
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
More information about the cfe-commits
mailing list