summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/LLVMC/AppendCmdHook.td2
-rw-r--r--llvm/test/LLVMC/EmptyCompilationGraph.td2
-rw-r--r--llvm/test/LLVMC/EnvParentheses.td2
-rw-r--r--llvm/test/LLVMC/ExternOptions.td2
-rw-r--r--llvm/test/LLVMC/ForwardAs.td2
-rw-r--r--llvm/test/LLVMC/ForwardTransformedValue.td2
-rw-r--r--llvm/test/LLVMC/ForwardValue.td2
-rw-r--r--llvm/test/LLVMC/HookWithArguments.td2
-rw-r--r--llvm/test/LLVMC/HookWithInFile.td2
-rw-r--r--llvm/test/LLVMC/Init.td2
-rw-r--r--llvm/test/LLVMC/MultiValuedOption.td2
-rw-r--r--llvm/test/LLVMC/MultipleCompilationGraphs.td2
-rw-r--r--llvm/test/LLVMC/NoActions.td2
-rw-r--r--llvm/test/LLVMC/NoCompilationGraph.td2
-rw-r--r--llvm/test/LLVMC/OneOrMore.td2
-rw-r--r--llvm/test/LLVMC/OptionPreprocessor.td2
-rw-r--r--llvm/test/LLVMC/OutputSuffixHook.td2
17 files changed, 17 insertions, 17 deletions
diff --git a/llvm/test/LLVMC/AppendCmdHook.td b/llvm/test/LLVMC/AppendCmdHook.td
index 254d5eaf37a..b7e73fc4205 100644
--- a/llvm/test/LLVMC/AppendCmdHook.td
+++ b/llvm/test/LLVMC/AppendCmdHook.td
@@ -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"
diff --git a/llvm/test/LLVMC/EmptyCompilationGraph.td b/llvm/test/LLVMC/EmptyCompilationGraph.td
index e5d5e9a64cd..3d2210a0fff 100644
--- a/llvm/test/LLVMC/EmptyCompilationGraph.td
+++ b/llvm/test/LLVMC/EmptyCompilationGraph.td
@@ -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"
diff --git a/llvm/test/LLVMC/EnvParentheses.td b/llvm/test/LLVMC/EnvParentheses.td
index 86091db9bdf..dbbb171d23f 100644
--- a/llvm/test/LLVMC/EnvParentheses.td
+++ b/llvm/test/LLVMC/EnvParentheses.td
@@ -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"
diff --git a/llvm/test/LLVMC/ExternOptions.td b/llvm/test/LLVMC/ExternOptions.td
index d84ea847bf1..c033db06b80 100644
--- a/llvm/test/LLVMC/ExternOptions.td
+++ b/llvm/test/LLVMC/ExternOptions.td
@@ -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"
diff --git a/llvm/test/LLVMC/ForwardAs.td b/llvm/test/LLVMC/ForwardAs.td
index 536b96a9758..547836b5e89 100644
--- a/llvm/test/LLVMC/ForwardAs.td
+++ b/llvm/test/LLVMC/ForwardAs.td
@@ -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"
diff --git a/llvm/test/LLVMC/ForwardTransformedValue.td b/llvm/test/LLVMC/ForwardTransformedValue.td
index 5e0bf290d1f..ba75e26a2e6 100644
--- a/llvm/test/LLVMC/ForwardTransformedValue.td
+++ b/llvm/test/LLVMC/ForwardTransformedValue.td
@@ -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"
diff --git a/llvm/test/LLVMC/ForwardValue.td b/llvm/test/LLVMC/ForwardValue.td
index 4c7a0ee0ec5..f2539f81f58 100644
--- a/llvm/test/LLVMC/ForwardValue.td
+++ b/llvm/test/LLVMC/ForwardValue.td
@@ -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"
diff --git a/llvm/test/LLVMC/HookWithArguments.td b/llvm/test/LLVMC/HookWithArguments.td
index 5ff96cd6a88..ba5f8201f72 100644
--- a/llvm/test/LLVMC/HookWithArguments.td
+++ b/llvm/test/LLVMC/HookWithArguments.td
@@ -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"
diff --git a/llvm/test/LLVMC/HookWithInFile.td b/llvm/test/LLVMC/HookWithInFile.td
index 9855dbc5bd9..b8ae7e21208 100644
--- a/llvm/test/LLVMC/HookWithInFile.td
+++ b/llvm/test/LLVMC/HookWithInFile.td
@@ -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"
diff --git a/llvm/test/LLVMC/Init.td b/llvm/test/LLVMC/Init.td
index 05209bf61ac..59459d9a7e3 100644
--- a/llvm/test/LLVMC/Init.td
+++ b/llvm/test/LLVMC/Init.td
@@ -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"
diff --git a/llvm/test/LLVMC/MultiValuedOption.td b/llvm/test/LLVMC/MultiValuedOption.td
index 73ccb6311f3..bd61d76dff7 100644
--- a/llvm/test/LLVMC/MultiValuedOption.td
+++ b/llvm/test/LLVMC/MultiValuedOption.td
@@ -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"
diff --git a/llvm/test/LLVMC/MultipleCompilationGraphs.td b/llvm/test/LLVMC/MultipleCompilationGraphs.td
index 86cd6131243..0eaad872a71 100644
--- a/llvm/test/LLVMC/MultipleCompilationGraphs.td
+++ b/llvm/test/LLVMC/MultipleCompilationGraphs.td
@@ -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"
diff --git a/llvm/test/LLVMC/NoActions.td b/llvm/test/LLVMC/NoActions.td
index a80bcfe6ce1..1bc1c0268f7 100644
--- a/llvm/test/LLVMC/NoActions.td
+++ b/llvm/test/LLVMC/NoActions.td
@@ -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"
diff --git a/llvm/test/LLVMC/NoCompilationGraph.td b/llvm/test/LLVMC/NoCompilationGraph.td
index 69df7013330..1208f2c5f07 100644
--- a/llvm/test/LLVMC/NoCompilationGraph.td
+++ b/llvm/test/LLVMC/NoCompilationGraph.td
@@ -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"
diff --git a/llvm/test/LLVMC/OneOrMore.td b/llvm/test/LLVMC/OneOrMore.td
index 37fbc87fdfa..fac22e6bc4b 100644
--- a/llvm/test/LLVMC/OneOrMore.td
+++ b/llvm/test/LLVMC/OneOrMore.td
@@ -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"
diff --git a/llvm/test/LLVMC/OptionPreprocessor.td b/llvm/test/LLVMC/OptionPreprocessor.td
index c2641be7e64..e1e8eff63de 100644
--- a/llvm/test/LLVMC/OptionPreprocessor.td
+++ b/llvm/test/LLVMC/OptionPreprocessor.td
@@ -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"
diff --git a/llvm/test/LLVMC/OutputSuffixHook.td b/llvm/test/LLVMC/OutputSuffixHook.td
index 39c8a8ae884..b7173fe9583 100644
--- a/llvm/test/LLVMC/OutputSuffixHook.td
+++ b/llvm/test/LLVMC/OutputSuffixHook.td
@@ -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"
OpenPOWER on IntegriCloud