[cfe-commits] r115671 - /cfe/trunk/test/CodeGenCXX/goto.cpp

John McCall rjmccall at apple.com
Tue Oct 5 13:53:58 PDT 2010


Author: rjmccall
Date: Tue Oct  5 15:53:58 2010
New Revision: 115671

URL: http://llvm.org/viewvc/llvm-project?rev=115671&view=rev
Log:
...without leaving a temporary file behind.


Modified:
    cfe/trunk/test/CodeGenCXX/goto.cpp

Modified: cfe/trunk/test/CodeGenCXX/goto.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/goto.cpp?rev=115671&r1=115670&r2=115671&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/goto.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/goto.cpp Tue Oct  5 15:53:58 2010
@@ -1,4 +1,4 @@
-// RUN: %clang-cc1 %s -fexceptions -emit-llvm
+// RUN: %clang-cc1 %s -fexceptions -emit-llvm-only
 
 // Reduced from a crash on boost::interprocess's node_allocator_test.cpp.
 namespace test0 {





More information about the cfe-commits mailing list