commit | 23c51b5b10e832451ae10dcce994ffe320aeebbb | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Tue Oct 05 20:53:58 2010 +0000 |
committer | John McCall <rjmccall@apple.com> | Tue Oct 05 20:53:58 2010 +0000 |
tree | edcb031a65740bb1537695054d66b1ffe5bbfbe3 | |
parent | 1eeaacdbd5530fa9498afe559507f538b7564fea [diff] [blame] |
...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 00a2087..2104b89 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 {