forked from OSchip/llvm-project
parent
bf0b3ae86b
commit
cbf582921e
|
@ -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