[cfe-commits] r151095 - /cfe/trunk/test/CodeGenObjCXX/debug-info.mm

Eric Christopher echristo at apple.com
Tue Feb 21 14:25:20 PST 2012


Author: echristo
Date: Tue Feb 21 16:25:20 2012
New Revision: 151095

URL: http://llvm.org/viewvc/llvm-project?rev=151095&view=rev
Log:
No need to go to object file, -emit-llvm is sufficient to see if clang
itself crashes.

Modified:
    cfe/trunk/test/CodeGenObjCXX/debug-info.mm

Modified: cfe/trunk/test/CodeGenObjCXX/debug-info.mm
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjCXX/debug-info.mm?rev=151095&r1=151094&r2=151095&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjCXX/debug-info.mm (original)
+++ cfe/trunk/test/CodeGenObjCXX/debug-info.mm Tue Feb 21 16:25:20 2012
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -emit-obj %s -o /dev/null
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -emit-llvm %s -o /dev/null
 
 // This test passes if clang doesn't crash.
 





More information about the cfe-commits mailing list