From d4347cb9e2e322db75bdcf419ba02ac1565f615e Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 17 Sep 2009 00:07:21 +0000 Subject: [PATCH] Fix substituto. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82099 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.site.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in index dfb0657706..21b75994ae 100644 --- a/test/lit.site.cfg.in +++ b/test/lit.site.cfg.in @@ -3,4 +3,4 @@ config.clang_obj_root = "@CLANG_BINARY_DIR@" # Let the main config do the real work. -lit.load_config(config, "@LLVM_SOURCE_DIR@/lit.cfg") +lit.load_config(config, "@CLANG_SOURCE_DIR@/test/lit.cfg") -- 2.50.1