From: John McCall Date: Tue, 5 Oct 2010 20:53:58 +0000 (+0000) Subject: ...without leaving a temporary file behind. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23c51b5b10e832451ae10dcce994ffe320aeebbb;p=clang ...without leaving a temporary file behind. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115671 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/goto.cpp b/test/CodeGenCXX/goto.cpp index 00a2087a97..2104b89b74 100644 --- a/test/CodeGenCXX/goto.cpp +++ b/test/CodeGenCXX/goto.cpp @@ -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 {