commit | 1eeaacdbd5530fa9498afe559507f538b7564fea | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Tue Oct 05 20:53:00 2010 +0000 |
committer | John McCall <rjmccall@apple.com> | Tue Oct 05 20:53:00 2010 +0000 |
tree | 886eeae660ad771574e07786e6317914ac605f9f | |
parent | e71d60d2c948bef21443c3370a9922a2f58bcc3a [diff] [blame] |
Er, this test should actually run IR generation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115670 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/goto.cpp b/test/CodeGenCXX/goto.cpp index 7ebb72f..00a2087 100644 --- a/test/CodeGenCXX/goto.cpp +++ b/test/CodeGenCXX/goto.cpp
@@ -1,4 +1,4 @@ -// RUN: %clang-cc1 %s -fexceptions +// RUN: %clang-cc1 %s -fexceptions -emit-llvm // Reduced from a crash on boost::interprocess's node_allocator_test.cpp. namespace test0 {