Remove 'site.exp' building from both CMake and configure+make.
authorChandler Carruth <chandlerc@gmail.com>
Thu, 28 Jun 2012 00:16:51 +0000 (00:16 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 28 Jun 2012 00:16:51 +0000 (00:16 +0000)
commit96f41a1b0f9060f302c7857f98f62b55abc75a32
tree275599f5d4bafedcf73ee4d758df8aea1e9ae532
parent0bcbd1df7a204e1e512f1a27066d725309de1b13
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/CMakeLists.txt
test/Makefile
test/lit.cfg
test/lit.site.cfg.in
test/site.exp.in [deleted file]