diff options
Diffstat (limited to 'compiler-rt/lib/dfsan/lit_tests/lit.site.cfg.in')
-rw-r--r-- | compiler-rt/lib/dfsan/lit_tests/lit.site.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/dfsan/lit_tests/lit.site.cfg.in b/compiler-rt/lib/dfsan/lit_tests/lit.site.cfg.in index 0cf6d6b5580..7c366a01f02 100644 --- a/compiler-rt/lib/dfsan/lit_tests/lit.site.cfg.in +++ b/compiler-rt/lib/dfsan/lit_tests/lit.site.cfg.in @@ -1,5 +1,5 @@ # Load common config for all compiler-rt lit tests. -lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/lib/lit.common.configured") +lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured") # Load tool-specific config that would do the real work. lit_config.load_config(config, "@DFSAN_SOURCE_DIR@/lit_tests/lit.cfg") |