diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-13 02:29:35 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-13 02:29:35 +0000 |
commit | eb6ed3f89d096b9c8eadb988a4309387b845ab94 (patch) | |
tree | 0a6cb8f66f2eb41211567bbda53397c8085ca709 /test/LLVMC/MultipleCompilationGraphs.td | |
parent | 2e027cb6ed715293a3ad7e3315ac81fbf82195c6 (diff) | |
download | external_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.td | 2 |
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" |