summaryrefslogtreecommitdiff
path: root/test/lit.site.cfg.in
diff options
context:
space:
mode:
authorEli Bendersky <eli.bendersky@intel.com>2012-02-16 06:28:33 +0000
committerEli Bendersky <eli.bendersky@intel.com>2012-02-16 06:28:33 +0000
commit0f0c411079cd21bb3a81a1b70bf8c67539a16c22 (patch)
treec387d12156e467f3fe89e7893e3ec1f330a44b2f /test/lit.site.cfg.in
parentd8d110e08ab3fee8d0a2b758c893b7966fd2d3d8 (diff)
downloadllvm-0f0c411079cd21bb3a81a1b70bf8c67539a16c22.tar.gz
llvm-0f0c411079cd21bb3a81a1b70bf8c67539a16c22.tar.bz2
llvm-0f0c411079cd21bb3a81a1b70bf8c67539a16c22.tar.xz
Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.
Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150664 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.site.cfg.in')
-rw-r--r--test/lit.site.cfg.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in
index 5a42e5c33c..8b81186211 100644
--- a/test/lit.site.cfg.in
+++ b/test/lit.site.cfg.in
@@ -7,6 +7,8 @@ config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
config.python_executable = "@PYTHON_EXECUTABLE@"
config.enable_shared = @ENABLE_SHARED@
config.enable_assertions = @ENABLE_ASSERTIONS@
+config.targets_to_build = "@TARGETS_TO_BUILD@"
+config.llvm_bindings = "@LLVM_BINDINGS@"
# Support substitution of the tools_dir with user parameters. This is
# used when we can't determine the tool dir at configuration time.