Revert r243752, it broke running tests on OS X (PR24491).

llvm-svn: 245325
This commit is contained in:
Nico Weber 2015-08-18 18:29:33 +00:00
parent 7819a65425
commit da99734d89
1 changed files with 0 additions and 5 deletions

View File

@ -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