History log of /external/llvm/utils/unittest/UnitTestMain/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bb53bbb7d4b1ac3da416d922101d4cbc280b145c 16-Dec-2011 Daniel Dunbar <daniel@zuster.org> build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile
library names in line with those used by CMake.
- Patch by Johannes Obermayr, with tweaks by me.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146706 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/UnitTestMain/Makefile
ec58f20df31d228de9e4ce54140df356a2bc24c1 28-Feb-2011 NAKAMURA Takumi <geek4civic@gmail.com> Don't install libUnitTestMain.a. It might be useless without gtest headers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126632 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/UnitTestMain/Makefile
2e3f44eab2cd1ade5316f0a2eb5e57d87119d89c 03-Jun-2010 Benjamin Kramer <benny.kra@googlemail.com> Disable pthread support in googletest if llvm was configured without threads.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105390 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/UnitTestMain/Makefile
8ef297e9451b678868fe08a249a5d1d101ee84bc 03-Jun-2010 Benjamin Kramer <benny.kra@googlemail.com> Turns out gtest still prefers the system <tr1/tuple> over it's own
implementation. Force the internal one to unbreak clang selfhost on linux.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105386 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/UnitTestMain/Makefile
4839d872fca46ec83a76ed8db041b03df3616cfd 03-Jun-2010 Benjamin Kramer <benny.kra@googlemail.com> Update Readme and Makefiles for the new gtest.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105355 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/UnitTestMain/Makefile
315b1bb7465d1f5a96a1136cfa37ab89cb9bc9c6 09-Mar-2010 Chandler Carruth <chandlerc@gmail.com> Continue propagating the GoogleTest flags until we can update our version to
eliminate this problem. This will hopefully let us make progress on Linux
bootstrapping.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98095 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/UnitTestMain/Makefile
43b5f9312d56be400af031f7487a99b75b7b0f97 24-Jan-2010 Chris Lattner <sabre@nondot.org> make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94378 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/UnitTestMain/Makefile
cadd4b9cedca0cbe86056c6f8e51dfa204cbb26d 26-Oct-2009 Julien Lerouge <jlerouge@apple.com> Remove / use flags that are now set in the Makefile.config.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85149 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/UnitTestMain/Makefile
848454aedee3009026433cdc6f7298edf40e45a1 20-Sep-2009 Daniel Dunbar <daniel@zuster.org> Follow googletest logic for suppressing warnings in unittests/UnitTestMain.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82373 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/UnitTestMain/Makefile
f845c74c6243a10ee5df2af003dcf81bbd0b51a0 13-Sep-2009 Daniel Dunbar <daniel@zuster.org> Move unittest driver to utils/unittest/UnitTestMain.
- This eliminates a race between building the unittests and linking the
UnitTestMain library.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81719 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/UnitTestMain/Makefile