forked from OSchip/llvm-project
16 lines
609 B
INI
16 lines
609 B
INI
## Autogenerated by LLVM/Clang configuration.
|
|
# Do not edit!
|
|
config.extra_tools_obj_dir = "@CLANG_TOOLS_BINARY_DIR@/unittests"
|
|
config.extra_tools_src_dir = "@CLANG_TOOLS_SOURCE_DIR@/unittests"
|
|
config.llvm_libs_dir = "@LLVM_LIBS_DIR@"
|
|
config.shlibdir = "@SHLIBDIR@"
|
|
config.target_triple = "@TARGET_TRIPLE@"
|
|
|
|
# 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
|
|
lit_config.load_config(config, "@CLANG_TOOLS_SOURCE_DIR@/test/Unit/lit.cfg")
|