aboutsummaryrefslogtreecommitdiffstats
path: root/test/site.exp.in
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-06-28 00:16:51 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-06-28 00:16:51 +0000
commit96f41a1b0f9060f302c7857f98f62b55abc75a32 (patch)
tree275599f5d4bafedcf73ee4d758df8aea1e9ae532 /test/site.exp.in
parent0bcbd1df7a204e1e512f1a27066d725309de1b13 (diff)
downloadexternal_llvm-96f41a1b0f9060f302c7857f98f62b55abc75a32.zip
external_llvm-96f41a1b0f9060f302c7857f98f62b55abc75a32.tar.gz
external_llvm-96f41a1b0f9060f302c7857f98f62b55abc75a32.tar.bz2
Remove 'site.exp' building from both CMake and configure+make.
This is another vestige of the DejaGNU roots. There were FIXMEs in the lit setup to add a 'lit.site.cfg', which has been around for quite some time now, so I've properly switched the handling of the 4 things actually used in site.exp to go through lit.site.cfg now. No more parsing of the .exp file, one fewer configure-style generated file, etc., etc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/site.exp.in')
-rw-r--r--test/site.exp.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/site.exp.in b/test/site.exp.in
deleted file mode 100644
index cfb2eac..0000000
--- a/test/site.exp.in
+++ /dev/null
@@ -1,16 +0,0 @@
-## Autogenerated by LLVM configuration.
-# Do not edit!
-set target_triplet "@TARGET_TRIPLE@"
-set TARGETS_TO_BUILD "@TARGETS_TO_BUILD@"
-set llvmshlibdir "@SHLIBDIR@"
-set llvm_bindings "@LLVM_BINDINGS@"
-set srcroot "@LLVM_SOURCE_DIR@"
-set objroot "@LLVM_BINARY_DIR@"
-set srcdir "@LLVM_SOURCE_DIR@"
-set objdir "@LLVM_BINARY_DIR@"
-set link "@TEST_LINK_CMD@"
-set shlibext "@SHLIBEXT@"
-set ocamlopt "@OCAMLOPT@"
-set valgrind "@VALGRIND@"
-set grep "@GREP@"
-set gas "@AS@"