Fix a thinko in the lit.cfg.

llvm-svn: 96931
This commit is contained in:
Daniel Dunbar 2010-02-23 09:28:48 +00:00
parent cf68f26beb
commit 5c8f47863c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if llvm_obj_root is not None:
config.environment['PATH'] = path config.environment['PATH'] = path
llvmgcc_dir = getattr(config, 'llvmgcc_dir', None) llvmgcc_dir = getattr(config, 'llvmgcc_dir', None)
if not llvm_tools_dir: if not llvmgcc_dir:
lit.fatal('No llvm-gcc dir set!') lit.fatal('No llvm-gcc dir set!')
if llvmgcc_dir: if llvmgcc_dir:
path = os.path.pathsep.join((os.path.join(llvmgcc_dir, 'bin'), path = os.path.pathsep.join((os.path.join(llvmgcc_dir, 'bin'),