[ubsan] Change ubsan-unique-traps to use nomerge instead of counter (#117651)
[llvm-project.git] / clang-tools-extra / test / lit.site.cfg.py.in
blobe6503a4c097cac5520ab7a06a8e5aefa23bc88fa
1 @LIT_SITE_CFG_IN_HEADER@
3 import sys
5 config.llvm_plugin_ext = "@LLVM_PLUGIN_EXT@"
6 config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
7 config.clang_tools_binary_dir = "@CLANG_TOOLS_BINARY_DIR@"
8 config.llvm_shlib_dir = "@SHLIBDIR@"
9 config.python_executable = "@Python3_EXECUTABLE@"
10 config.target_triple = "@LLVM_TARGET_TRIPLE@"
11 config.host_triple = "@LLVM_HOST_TRIPLE@"
12 config.clang_tidy_staticanalyzer = @CLANG_TIDY_ENABLE_STATIC_ANALYZER@
13 config.has_plugins = @CLANG_PLUGIN_SUPPORT@
14 # Support substitution of the tools and libs dirs with user parameters. This is
15 # used when we can't determine the tool dir at configuration time.
16 config.llvm_tools_dir = lit_config.substitute("@LLVM_TOOLS_DIR@")
17 config.llvm_libs_dir = lit_config.substitute("@LLVM_LIBS_DIR@")
18 config.clang_tools_dir = lit_config.substitute("@CURRENT_TOOLS_DIR@")
20 import lit.llvm
21 lit.llvm.initialize(lit_config, config)
23 # Let the main config do the real work.
24 lit_config.load_config(config, "@CLANG_TOOLS_SOURCE_DIR@/test/lit.cfg.py")