We no longer need anything from the llvm/test/Scripts dir.

llvm-svn: 82687
This commit is contained in:
Daniel Dunbar 2009-09-24 06:31:08 +00:00
parent 1b40e5978f
commit c437eb831b
1 changed files with 1 additions and 4 deletions

View File

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