Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -15/+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 "I felt a great disturbance in the [build system], as if millions of [makefiles] suddenly cried out in terror and were suddenly silenced. I fear something [amazing] has happened." - Obi Wan Kenobi Reviewers: chandlerc, grosbach, bob.wilson, tstellarAMD, echristo, whitequark Subscribers: chfast, simoncook, emaste, jholewinski, tberghammer, jfb, danalbert, srhines, arsenm, dschuff, jyknight, dsanders, joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D16471 llvm-svn: 258861 | ||||
* | BitcodeTests: Fix LINK_COMPONENTS. | NAKAMURA Takumi | 2014-08-02 | 1 | -1/+1 |
| | | | | llvm-svn: 214598 | ||||
* | Try to fix configure+make after r214556 | Duncan P. N. Exon Smith | 2014-08-01 | 1 | -1/+1 |
| | | | | llvm-svn: 214558 | ||||
* | llvm/unittests: Simplify LINK_COMPONENTS. | NAKAMURA Takumi | 2012-06-21 | 1 | -1/+1 |
| | | | | llvm-svn: 158942 | ||||
* | Undo the hack in r147427 and move this unittest to a better home. This | Chandler Carruth | 2012-01-02 | 1 | -0/+15 |
is testing the bitcode reader's functionality, not VMCore's. Add the what is a hope sufficient build system mojo to build and run a new unittest. Also clean up some of the test's naming. The goal for the file should be to unittest the Bitcode Reader, and this is just one particular test among potentially many in the future. Also, reverse my position and relegate the PR# to a comment, but stash the comment on the same line as the test name so it doesn't get lost. This makes the code more self-documenting hopefully w/o losing track of the PR number. llvm-svn: 147431 |