diff options
author | John McCall <rjmccall@apple.com> | 2010-10-05 20:53:00 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-10-05 20:53:00 +0000 |
commit | 0ec01b0ca4d549f80b61e6309da2b9ccede3869f (patch) | |
tree | dd553f6cf91e526799c0a2eafa1cb3e39ee4e56f /clang/test/CodeGenCXX/goto.cpp | |
parent | ab85ef9e550a482a0943fe42165a2837d8a65796 (diff) | |
download | bcm5719-llvm-0ec01b0ca4d549f80b61e6309da2b9ccede3869f.tar.gz bcm5719-llvm-0ec01b0ca4d549f80b61e6309da2b9ccede3869f.zip |
Er, this test should actually run IR generation.
llvm-svn: 115670
Diffstat (limited to 'clang/test/CodeGenCXX/goto.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/goto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/goto.cpp b/clang/test/CodeGenCXX/goto.cpp index 7ebb72f54a0..00a2087a971 100644 --- a/clang/test/CodeGenCXX/goto.cpp +++ b/clang/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 { |