aboutsummaryrefslogtreecommitdiff
path: root/test/tsan/lit.site.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/lit.site.cfg.in')
-rw-r--r--test/tsan/lit.site.cfg.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/tsan/lit.site.cfg.in b/test/tsan/lit.site.cfg.in
new file mode 100644
index 000000000000..5190b211177d
--- /dev/null
+++ b/test/tsan/lit.site.cfg.in
@@ -0,0 +1,10 @@
+## Autogenerated by LLVM/Clang configuration.
+# Do not edit!
+
+config.has_libcxx = @TSAN_HAS_LIBCXX@
+
+# Load common config for all compiler-rt lit tests.
+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, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")