mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
ecd03574d6
and generate it for CMake builds as well. llvm-svn: 86451
11 lines
375 B
INI
11 lines
375 B
INI
## Autogenerated by LLVM/Clang configuration.
|
|
# Do not edit!
|
|
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
|
|
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
|
|
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
|
|
config.llvmgcc_dir = "@LLVMGCCDIR@"
|
|
config.llvm_build_mode = "@LLVM_BUILD_MODE@"
|
|
|
|
# Let the main config do the real work.
|
|
lit.load_config(config, "@LLVM_SOURCE_DIR@/test/Unit/lit.cfg")
|