]> granicus.if.org Git - clang/commitdiff
...without leaving a temporary file behind.
authorJohn McCall <rjmccall@apple.com>
Tue, 5 Oct 2010 20:53:58 +0000 (20:53 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 5 Oct 2010 20:53:58 +0000 (20:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115671 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/goto.cpp

index 00a2087a971bef665ab7b302c64aaf9909e93293..2104b89b74e0d5c10a9ce464a757d63216a1f106 100644 (file)
@@ -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 {