2013-04-03 23:11:08 +08:00
|
|
|
## Autogenerated by LLVM/Clang configuration.
|
|
|
|
# Do not edit!
|
2013-05-03 03:02:02 +08:00
|
|
|
config.extra_tools_obj_dir = "@CLANG_TOOLS_BINARY_DIR@/unittests"
|
|
|
|
config.extra_tools_src_dir = "@CLANG_TOOLS_SOURCE_DIR@/unittests"
|
2014-08-13 20:54:50 +08:00
|
|
|
config.llvm_libs_dir = "@LLVM_LIBS_DIR@"
|
2014-07-04 13:11:55 +08:00
|
|
|
config.shlibdir = "@SHLIBDIR@"
|
2013-04-03 23:11:08 +08:00
|
|
|
config.target_triple = "@TARGET_TRIPLE@"
|
|
|
|
|
2013-05-03 03:02:02 +08:00
|
|
|
# Make sure any custom vars defined above that are required in lit.local.cfg
|
|
|
|
# files are made available.
|
|
|
|
def on_clone(parent, clone, path):
|
|
|
|
clone.extra_tools_src_dir = parent.extra_tools_src_dir
|
|
|
|
|
|
|
|
config.on_clone = on_clone
|
2013-08-10 02:49:22 +08:00
|
|
|
lit_config.load_config(config, "@CLANG_TOOLS_SOURCE_DIR@/test/Unit/lit.cfg")
|