diff options
Diffstat (limited to 'test/lit.site.cfg.in')
-rw-r--r-- | test/lit.site.cfg.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in index 21b75994ae..e91fbed590 100644 --- a/test/lit.site.cfg.in +++ b/test/lit.site.cfg.in @@ -1,6 +1,7 @@ -## Autogenerated by LLVM/Clang configuration. +## Autogenerated by LLVM/Clang configuration. # Do not edit! config.clang_obj_root = "@CLANG_BINARY_DIR@" +config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" # Let the main config do the real work. lit.load_config(config, "@CLANG_SOURCE_DIR@/test/lit.cfg") |