Remove -fexceptions from llvmc tests.
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 13 Aug 2010 02:29:35 +0000 (02:29 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Fri, 13 Aug 2010 02:29:35 +0000 (02:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110999 91177308-0d34-0410-b5e6-96231b3b80d8

17 files changed:
test/LLVMC/AppendCmdHook.td
test/LLVMC/EmptyCompilationGraph.td
test/LLVMC/EnvParentheses.td
test/LLVMC/ExternOptions.td
test/LLVMC/ForwardAs.td
test/LLVMC/ForwardTransformedValue.td
test/LLVMC/ForwardValue.td
test/LLVMC/HookWithArguments.td
test/LLVMC/HookWithInFile.td
test/LLVMC/Init.td
test/LLVMC/MultiValuedOption.td
test/LLVMC/MultipleCompilationGraphs.td
test/LLVMC/NoActions.td
test/LLVMC/NoCompilationGraph.td
test/LLVMC/OneOrMore.td
test/LLVMC/OptionPreprocessor.td
test/LLVMC/OutputSuffixHook.td

index 254d5eaf37af7abf8b356ec6f16f9935a590c107..b7e73fc420507c36ffc1ee4f170d4e2360c58b70 100644 (file)
@@ -1,7 +1,7 @@
 // Check that hooks can be invoked from 'append_cmd'.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index e5d5e9a64cdbb9036485a5fd4bcb288b38aafa6d..3d2210a0fff5ecb3359a16ff1459acc66dcb464f 100644 (file)
@@ -1,6 +1,6 @@
 // Check that the compilation graph can be empty.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index 86091db9bdfb8a9e03e0e908ba79431928045ab1..dbbb171d23f30204b53d02c3f22cc4cfdfea6a17 100644 (file)
@@ -2,7 +2,7 @@
 // http://llvm.org/bugs/show_bug.cgi?id=4157
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: not grep {FOO")));} %t
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index d84ea847bf12849f979242a8a1091ab9a3c88258..c033db06b80aecd34ac82a9982c2c823db4b008b 100644 (file)
@@ -2,7 +2,7 @@
 // The dummy tool and graph are required to silence warnings.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index 536b96a9758faed5103203c5df7e7baa4f63e5be..547836b5e894caf304f4babb41f60c5f07702e32 100644 (file)
@@ -2,7 +2,7 @@
 // http://llvm.org/bugs/show_bug.cgi?id=4159
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index 5e0bf290d1fd1a5a20eff6567bb30e49792b9270..ba75e26a2e6047c989197453ade4b02cf5be3607 100644 (file)
@@ -2,7 +2,7 @@
 // The dummy tool and graph are required to silence warnings.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index 4c7a0ee0ec5e0ea58c4d4d28f66cd199e21562b0..f2539f81f58d9f7b60085caf206d80c0d40e8ebf 100644 (file)
@@ -2,7 +2,7 @@
 // The dummy tool and graph are required to silence warnings.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index 5ff96cd6a88d826055afb49f6f39340a2c08d113..ba5f8201f72a352a06a3726bd35edf87fffd86a4 100644 (file)
@@ -1,7 +1,7 @@
 // Check that hooks with arguments work.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index 9855dbc5bd9a09529cd4583ff9e24d637ddbd11d..b8ae7e212088d8f70dcb495e9ae27289410fb5db 100644 (file)
@@ -1,7 +1,7 @@
 // Check that a hook can be given $INFILE as an argument.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index 05209bf61acae9bbfaf3afa40fae8255ca358692..59459d9a7e3e1b75db85e09b770a9c5a4f2d35fb 100644 (file)
@@ -1,7 +1,7 @@
 // Check that (init true/false) and (init "str") work.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index 73ccb6311f3cde0a2ef3b5849f16f2b85c2d0985..bd61d76dff7b58d1e98da08383fa413c144f7fd3 100644 (file)
@@ -2,7 +2,7 @@
 // The dummy tool and graph are required to silence warnings.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index 86cd6131243a5e98a63a13f04635e2d6c5282629..0eaad872a71c8af369289ea10451d6d24eacd114 100644 (file)
@@ -1,6 +1,6 @@
 // Check that multiple compilation graphs are allowed.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index a80bcfe6ce1cc519caef7c0112bf969abb22997a..1bc1c0268f7f6eb01670c529723e5d6de2fb7a45 100644 (file)
@@ -1,7 +1,7 @@
 // Check that tools without associated actions are accepted.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index 69df70133307f18d1ee8207a41eaa2e4cef44614..1208f2c5f076a53313ec129654abe24ec16248f4 100644 (file)
@@ -1,6 +1,6 @@
 // Check that the compilation graph is not required.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index 37fbc87fdfabc4a5293fc95e87c85e88733f4df8..fac22e6bc4b64756135bbe136b33591a3298063b 100644 (file)
@@ -2,7 +2,7 @@
 // The dummy tool and graph are required to silence warnings.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index c2641be7e645615c3e106aaa69fce0bfcaf33181..e1e8eff63de19a4485b1279f91b98086866a962c 100644 (file)
@@ -1,7 +1,7 @@
 // Test for the OptionPreprocessor and related functionality.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 // XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
index 39c8a8ae8846018cb7c60f28caaf88be4ba093fa..b7173fe958308bea9dabfb9b0bc43849f6f2c89d 100644 (file)
@@ -1,7 +1,7 @@
 // Check that hooks can be invoked from 'output_suffix'.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -x c++ %t
 
 include "llvm/CompilerDriver/Common.td"