mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-11 06:56:12 +00:00
ef07357b2f
Differential Revision: http://reviews.llvm.org/D20947 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271979 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
273 B
INI
6 lines
273 B
INI
config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
|
|
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
|
|
config.has_dfsan = True if @HAS_DFSAN@ == 1 else False
|
|
config.has_lsan = True if @HAS_LSAN@ == 1 else False
|
|
lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")
|