mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Fix a thinko in the lit.cfg.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96931 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9660c5d3e0
commit
a04942b196
@ -40,7 +40,7 @@ if llvm_obj_root is not None:
|
||||
config.environment['PATH'] = path
|
||||
|
||||
llvmgcc_dir = getattr(config, 'llvmgcc_dir', None)
|
||||
if not llvm_tools_dir:
|
||||
if not llvmgcc_dir:
|
||||
lit.fatal('No llvm-gcc dir set!')
|
||||
if llvmgcc_dir:
|
||||
path = os.path.pathsep.join((os.path.join(llvmgcc_dir, 'bin'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user