forked from OSchip/llvm-project
parent
af2808cb72
commit
37e3120af8
|
@ -40,9 +40,9 @@ if lld_obj_root is not None:
|
||||||
if not llvm_tools_dir:
|
if not llvm_tools_dir:
|
||||||
lit.fatal('No LLVM tools dir set!')
|
lit.fatal('No LLVM tools dir set!')
|
||||||
path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
|
path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
|
||||||
path = os.path.pathsep.join((os.path.join('llvm_src_root','test','Scripts'),path))
|
path = os.path.pathsep.join((os.path.join(getattr(config, 'llvm_src_root', None),'test','Scripts'),path))
|
||||||
config.environment['PATH'] = path
|
|
||||||
|
|
||||||
|
config.environment['PATH'] = path
|
||||||
|
|
||||||
llvm_libs_dir = getattr(config, 'llvm_libs_dir', None)
|
llvm_libs_dir = getattr(config, 'llvm_libs_dir', None)
|
||||||
if not llvm_libs_dir:
|
if not llvm_libs_dir:
|
||||||
|
|
Loading…
Reference in New Issue