aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/MultipleCompilationGraphs.td
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-08-13 02:29:35 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-08-13 02:29:35 +0000
commiteb6ed3f89d096b9c8eadb988a4309387b845ab94 (patch)
tree0a6cb8f66f2eb41211567bbda53397c8085ca709 /test/LLVMC/MultipleCompilationGraphs.td
parent2e027cb6ed715293a3ad7e3315ac81fbf82195c6 (diff)
downloadexternal_llvm-eb6ed3f89d096b9c8eadb988a4309387b845ab94.zip
external_llvm-eb6ed3f89d096b9c8eadb988a4309387b845ab94.tar.gz
external_llvm-eb6ed3f89d096b9c8eadb988a4309387b845ab94.tar.bz2
Remove -fexceptions from llvmc tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110999 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/MultipleCompilationGraphs.td')
-rw-r--r--test/LLVMC/MultipleCompilationGraphs.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/MultipleCompilationGraphs.td b/test/LLVMC/MultipleCompilationGraphs.td
index 86cd613..0eaad87 100644
--- a/test/LLVMC/MultipleCompilationGraphs.td
+++ b/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"