From 23c51b5b10e832451ae10dcce994ffe320aeebbb Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 5 Oct 2010 20:53:58 +0000 Subject: [PATCH] ...without leaving a temporary file behind. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115671 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/goto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.50.1