From: John McCall Date: Tue, 5 Oct 2010 20:53:00 +0000 (+0000) Subject: Er, this test should actually run IR generation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1eeaacdbd5530fa9498afe559507f538b7564fea;p=clang 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 7ebb72f54a..00a2087a97 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 {