diff options
-rw-r--r-- | clang-tools-extra/test/Unit/lit.site.cfg.in | 4 | ||||
-rw-r--r-- | clang-tools-extra/test/lit.site.cfg.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/clang-tools-extra/test/Unit/lit.site.cfg.in b/clang-tools-extra/test/Unit/lit.site.cfg.in index 49b796fc4bb..69a5cd5d194 100644 --- a/clang-tools-extra/test/Unit/lit.site.cfg.in +++ b/clang-tools-extra/test/Unit/lit.site.cfg.in @@ -1,5 +1,5 @@ -## Autogenerated by LLVM/Clang configuration. -# Do not edit! +@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@" diff --git a/clang-tools-extra/test/lit.site.cfg.in b/clang-tools-extra/test/lit.site.cfg.in index 35f85168cbe..dfd0164cdd6 100644 --- a/clang-tools-extra/test/lit.site.cfg.in +++ b/clang-tools-extra/test/lit.site.cfg.in @@ -1,7 +1,7 @@ +@LIT_SITE_CFG_IN_HEADER@ + import sys -## Autogenerated by LLVM/Clang configuration. -# Do not edit! config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" config.llvm_libs_dir = "@LLVM_LIBS_DIR@" config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@" |