mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-15 22:37:59 +00:00
Add missing trailing comma in llvm-lit.in
I was testing a stale bin/llvm-lit, which now lives at bin/llvm-lit.py on Windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197446 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b20feb9980
commit
83fdac1248
@ -14,7 +14,7 @@ sys.path.insert(0, os.path.join(llvm_source_root, 'utils', 'lit'))
|
|||||||
# configuration file knows how to find the object tree.
|
# configuration file knows how to find the object tree.
|
||||||
builtin_parameters = {
|
builtin_parameters = {
|
||||||
'build_mode' : "@CMAKE_CFG_INTDIR@",
|
'build_mode' : "@CMAKE_CFG_INTDIR@",
|
||||||
'llvm_site_config' : os.path.join(llvm_obj_root, 'test', 'lit.site.cfg')
|
'llvm_site_config' : os.path.join(llvm_obj_root, 'test', 'lit.site.cfg'),
|
||||||
'llvm_unit_site_config' : os.path.join(llvm_obj_root, 'test', 'Unit',
|
'llvm_unit_site_config' : os.path.join(llvm_obj_root, 'test', 'Unit',
|
||||||
'lit.site.cfg')
|
'lit.site.cfg')
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user