From 96f41a1b0f9060f302c7857f98f62b55abc75a32 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Thu, 28 Jun 2012 00:16:51 +0000 Subject: 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 --- test/site.exp.in | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 test/site.exp.in (limited to 'test/site.exp.in') 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@" -- cgit v1.1