Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add back the ABITest makefiles | Chris Bieneman | 2016-02-03 | 1 | -0/+170 |
| | | | | | | These files are standalone and not integrated with CMake, so we probably want them. llvm-svn: 259667 | ||||
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -170/+0 |
| | | | | | | | | | | | | | | | | | Summary: This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html "This is the way [autoconf] ends Not with a bang but a whimper." -T.S. Eliot Reviewers: chandlerc, grosbach, bob.wilson, echristo Subscribers: klimek, cfe-commits Differential Revision: http://reviews.llvm.org/D16472 llvm-svn: 258862 | ||||
* | Minor build system changes to make ABITest work correctly on Linux. | Eli Friedman | 2009-05-25 | 1 | -1/+1 |
| | | | | llvm-svn: 72405 | ||||
* | ABITest: Move more of the common Makefile bits into the common | Daniel Dunbar | 2009-05-08 | 1 | -1/+20 |
| | | | | | | Makefile. llvm-svn: 71274 | ||||
* | ABITest: Move default set of test args into common makefile. | Daniel Dunbar | 2009-05-08 | 1 | -0/+2 |
| | | | | | | Also, tweak default list of bit-fields to try. llvm-svn: 71246 | ||||
* | Add various other bits I use to run ABITest. | Daniel Dunbar | 2009-05-08 | 1 | -0/+149 |
llvm-svn: 71201 |