reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
tools/polly/test/Unit/lit.cfg
    1 # -*- Python -*-
    2 
    3 # Configuration file for the 'lit' test runner.
test/Unit/lit.site.cfg.py.in
   22 # Let the main config do the real work.
   23 lit_config.load_config(config, "@LLVM_SOURCE_DIR@/test/Unit/lit.cfg.py")
tools/clang/test/Unit/lit.site.cfg.py.in
   27 # Let the main config do the real work.
   28 lit_config.load_config(config, "@CLANG_SOURCE_DIR@/test/Unit/lit.cfg.py")
tools/clang/tools/extra/test/Unit/lit.site.cfg.py.in
    8 
    9 lit_config.load_config(config, "@CLANG_TOOLS_SOURCE_DIR@/test/Unit/lit.cfg.py")
tools/lld/test/Unit/lit.site.cfg.py.in
   26 # Let the main config do the real work.
   27 lit_config.load_config(config, "@LLD_SOURCE_DIR@/test/Unit/lit.cfg.py")
tools/lldb/test/Unit/lit.site.cfg.py.in
   28 # Let the main config do the real work.
   29 lit_config.load_config(config, "@LLDB_SOURCE_DIR@/test/Unit/lit.cfg.py")
tools/polly/test/Unit/lit.site.cfg.in
   31 # Let the main config do the real work.
   32 lit_config.load_config(config, "@POLLY_SOURCE_DIR@/test/Unit/lit.cfg")
utils/gn/secondary/llvm/utils/llvm-lit/BUILD.gn
   43   config_map +=
   44       "map_config('" + rebase_path("//clang-tools-extra/test/Unit/lit.cfg.py") +
   45       "', '" + rebase_path(clang_tools_extra_lit_unit_site_cfg_file) + "')\n"
utils/gn/secondary/llvm/utils/llvm-lit/BUILD.gn
   53                 "', '" + rebase_path(clang_lit_site_cfg_file) + "')\n"
   54   config_map += "map_config('" + rebase_path("//clang/test/Unit/lit.cfg.py") +
   55                 "', '" + rebase_path(clang_lit_unit_site_cfg_file) + "')\n"
utils/gn/secondary/llvm/utils/llvm-lit/BUILD.gn
   57                 rebase_path(lld_lit_site_cfg_file) + "')\n"
   58   config_map += "map_config('" + rebase_path("//lld/test/Unit/lit.cfg.py") +
   59                 "', '" + rebase_path(lld_lit_unit_site_cfg_file) + "')\n"
utils/gn/secondary/llvm/utils/llvm-lit/BUILD.gn
   61                 "', '" + rebase_path(llvm_lit_site_cfg_file) + "')\n"
   62   config_map += "map_config('" + rebase_path("//llvm/test/Unit/lit.cfg.py") +
   63                 "', '" + rebase_path(llvm_lit_unit_site_cfg_file) + "')\n"