2009-09-17 23:55:53 +04:00
|
|
|
## Autogenerated by LLVM/Clang configuration.
|
2009-09-17 02:30:48 +04:00
|
|
|
# Do not edit!
|
2009-09-20 23:04:35 +04:00
|
|
|
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
|
|
|
|
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
|
2009-09-17 23:55:53 +04:00
|
|
|
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
|
2009-09-26 11:36:09 +04:00
|
|
|
config.llvm_libs_dir = "@LLVM_LIBS_DIR@"
|
2009-09-20 23:04:35 +04:00
|
|
|
config.clang_obj_root = "@CLANG_BINARY_DIR@"
|
2009-11-03 10:25:53 +03:00
|
|
|
config.target_triple = "@TARGET_TRIPLE@"
|
2009-09-17 02:30:48 +04:00
|
|
|
|
|
|
|
# Let the main config do the real work.
|
2009-09-17 04:07:21 +04:00
|
|
|
lit.load_config(config, "@CLANG_SOURCE_DIR@/test/lit.cfg")
|