summaryrefslogtreecommitdiff
path: root/test/LLVMC/NoCompilationGraph.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/NoCompilationGraph.td
parent2e027cb6ed715293a3ad7e3315ac81fbf82195c6 (diff)
downloadllvm-eb6ed3f89d096b9c8eadb988a4309387b845ab94.tar.gz
llvm-eb6ed3f89d096b9c8eadb988a4309387b845ab94.tar.bz2
llvm-eb6ed3f89d096b9c8eadb988a4309387b845ab94.tar.xz
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/NoCompilationGraph.td')
-rw-r--r--test/LLVMC/NoCompilationGraph.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/NoCompilationGraph.td b/test/LLVMC/NoCompilationGraph.td
index 69df701333..1208f2c5f0 100644
--- a/test/LLVMC/NoCompilationGraph.td
+++ b/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"