summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-08-18 18:29:33 +0000
committerNico Weber <nicolasweber@gmx.de>2015-08-18 18:29:33 +0000
commit424d4da88d0228f464972c2adbc046e1d6cde05c (patch)
tree0125e0f5c9195fd6dad3aa228af5e7c111aaf9c0 /test
parentd8093df5ebe5d755c810980d403af20b32deea5f (diff)
Revert r243752, it broke running tests on OS X (PR24491).
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@245325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/lit.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index e10dfe1..ae46288 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -53,11 +53,6 @@ if obj_root is None:
config.test_exec_root = os.path.join(obj_root, 'test')
-# Check if we have produced a Clang with this build (in-tree)
-this_clang = os.path.join(obj_root, '../../bin/clang++')
-if os.path.exists(this_clang):
- config.cxx_under_test = this_clang
-
cfg_variant = getattr(config, 'configuration_variant', 'libcxxabi')
if cfg_variant:
print 'Using configuration variant: %s' % cfg_variant