summaryrefslogtreecommitdiff
path: root/test/LLVMC/OutputSuffixHook.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/OutputSuffixHook.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/OutputSuffixHook.td')
-rw-r--r--test/LLVMC/OutputSuffixHook.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/OutputSuffixHook.td b/test/LLVMC/OutputSuffixHook.td
index 39c8a8ae88..b7173fe958 100644
--- a/test/LLVMC/OutputSuffixHook.td
+++ b/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"