Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -32/+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 | ||||
* | build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile | Daniel Dunbar | 2011-12-15 | 1 | -1/+1 |
| | | | | | | | library names in line with those used by CMake. - Patch by Johannes Obermayr, with tweaks by me. llvm-svn: 146706 | ||||
* | Don't install libUnitTestMain.a. It might be useless without gtest headers. | NAKAMURA Takumi | 2011-02-28 | 1 | -0/+2 |
| | | | | llvm-svn: 126632 | ||||
* | Disable pthread support in googletest if llvm was configured without threads. | Benjamin Kramer | 2010-06-03 | 1 | -0/+5 |
| | | | | llvm-svn: 105390 | ||||
* | Turns out gtest still prefers the system <tr1/tuple> over it's own | Benjamin Kramer | 2010-06-03 | 1 | -0/+3 |
| | | | | | | implementation. Force the internal one to unbreak clang selfhost on linux. llvm-svn: 105386 | ||||
* | Update Readme and Makefiles for the new gtest. | Benjamin Kramer | 2010-06-02 | 1 | -4/+0 |
| | | | | llvm-svn: 105355 | ||||
* | Continue propagating the GoogleTest flags until we can update our version to | Chandler Carruth | 2010-03-09 | 1 | -0/+6 |
| | | | | | | | eliminate this problem. This will hopefully let us make progress on Linux bootstrapping. llvm-svn: 98095 | ||||
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -0/+1 |
| | | | | llvm-svn: 94378 | ||||
* | Remove / use flags that are now set in the Makefile.config. | Julien Lerouge | 2009-10-26 | 1 | -2/+0 |
| | | | | llvm-svn: 85149 | ||||
* | Follow googletest logic for suppressing warnings in unittests/UnitTestMain. | Daniel Dunbar | 2009-09-20 | 1 | -1/+3 |
| | | | | llvm-svn: 82373 | ||||
* | Move unittest driver to utils/unittest/UnitTestMain. | Daniel Dunbar | 2009-09-13 | 1 | -0/+19 |
- This eliminates a race between building the unittests and linking the UnitTestMain library. llvm-svn: 81719 |