forked from OSchip/llvm-project
tests: Tweak lit.cfg to fix breakage with out-of-dir lookup.
llvm-svn: 106638
This commit is contained in:
parent
4df321b7ad
commit
f643aa86b0
|
@ -49,7 +49,7 @@ if llvm_obj_root is not None:
|
|||
config.environment['HOME'] = os.environ['HOME']
|
||||
|
||||
# Propogate LLVM_SRC_ROOT into the environment.
|
||||
config.environment['LLVM_SRC_ROOT'] = config.llvm_src_root
|
||||
config.environment['LLVM_SRC_ROOT'] = getattr(config, 'llvm_src_root', '')
|
||||
|
||||
# Propogate PYTHON_EXEUTABLE into the environment
|
||||
config.environment['PYTHON_EXECUTABLE'] = getattr(config, 'python_executable',
|
||||
|
|
Loading…
Reference in New Issue