forked from OSchip/llvm-project
We no longer need anything from the llvm/test/Scripts dir.
llvm-svn: 82687
This commit is contained in:
parent
1b40e5978f
commit
c437eb831b
|
@ -36,10 +36,7 @@ if clang_obj_root is not None:
|
|||
llvm_tools_dir = getattr(config, 'llvm_tools_dir', None)
|
||||
if not llvm_tools_dir:
|
||||
lit.fatal('No LLVM tools dir set!')
|
||||
path = os.path.pathsep.join((llvm_tools_dir,
|
||||
os.path.join(config.llvm_src_root,
|
||||
'test', 'Scripts'),
|
||||
config.environment['PATH']))
|
||||
path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
|
||||
config.environment['PATH'] = path
|
||||
|
||||
###
|
||||
|
|
Loading…
Reference in New Issue