mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 13:10:42 +00:00
llvm-lit may be available with CMake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125168 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ce83025ad1
commit
4203b7116a
2
utils/llvm-lit/llvm-lit.in
Normal file → Executable file
2
utils/llvm-lit/llvm-lit.in
Normal file → Executable file
@ -13,6 +13,8 @@ sys.path.append(os.path.join(llvm_source_root, 'utils', 'lit'))
|
||||
# Set up some builtin parameters, so that by default the LLVM test suite
|
||||
# configuration file knows how to find the object tree.
|
||||
builtin_parameters = {
|
||||
'build_config' : "@CMAKE_CFG_INTDIR@",
|
||||
'build_mode' : "@RUNTIME_BUILD_MODE@",
|
||||
'llvm_site_config' : os.path.join(llvm_obj_root, 'test', 'lit.site.cfg')
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user