aboutsummaryrefslogtreecommitdiff
path: root/utils/C++Tests/lit.cfg
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-24 21:27:38 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-24 21:27:38 +0000
commite868669d42868f9ebdffb38894237229b3df059c (patch)
tree3d6ee9d3bc0d8026df97c3b044a9d158d3ee8264 /utils/C++Tests/lit.cfg
parenta1736c0c750d4514a5d8fda36670addf1e4de54a (diff)
Sketch a simple new C++Tests suite for checking that llvm-gcc and clang generate
the same visible symbols, useful for finding ABI/Mangler/vtable/etc. issues. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/C++Tests/lit.cfg')
-rw-r--r--utils/C++Tests/lit.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/C++Tests/lit.cfg b/utils/C++Tests/lit.cfg
index e61502b62e..274ca103f4 100644
--- a/utils/C++Tests/lit.cfg
+++ b/utils/C++Tests/lit.cfg
@@ -24,3 +24,4 @@ if not lit.params.get('run_clang_all'):
config.excludes.append('Clang-Code-Compile')
config.excludes.append('LLVM-Code-Syntax')
config.excludes.append('LLVM-Code-Compile')
+ config.excludes.append('LLVM-Code-Symbols')