2017-07-28 03:18:35 +08:00
|
|
|
## 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_BINARY_DIR@"
|
|
|
|
|
|
|
|
# Let the main config do the real work.
|
2017-08-01 02:45:44 +08:00
|
|
|
lit_config.load_config(config, "@LLVM_SOURCE_DIR@/utils/lit/tests/lit.cfg")
|
|
|
|
config.test_source_root = "@CMAKE_CURRENT_SOURCE_DIR@"
|
|
|
|
config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
|