mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-31 14:15:12 +00:00
71c8440e55
At the moment almost every lit.site.cfg.in contains two lines comment: ## Autogenerated by LLVM/Clang configuration. # Do not edit! The patch adds variable LIT_SITE_CFG_IN_HEADER, that is replaced from configure_lit_site_cfg with the note and some useful information. llvm-svn: 266518
10 lines
349 B
INI
10 lines
349 B
INI
@LIT_SITE_CFG_IN_HEADER@
|
|
|
|
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@"
|
|
|
|
lit_config.load_config(config, "@CLANG_TOOLS_SOURCE_DIR@/test/Unit/lit.cfg")
|