• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
2config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
3config.has_dfsan = True if @HAS_DFSAN@ == 1 else False
4config.has_lsan = True if @HAS_LSAN@ == 1 else False
5lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")
6