mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix a thinko in the lit.cfg.
llvm-svn: 96931
This commit is contained in:
parent
3cd3e0df5f
commit
1969fc6dd7
@ -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…
Reference in New Issue
Block a user