forked from OSchip/llvm-project
Revert r243752, it broke running tests on OS X (PR24491).
llvm-svn: 245325
This commit is contained in:
parent
7819a65425
commit
da99734d89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue