summaryrefslogtreecommitdiff
path: root/unittests/Makefile.unittest
AgeCommit message (Expand)AuthorFilesLines
2011-12-15build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar1-1/+1
2011-02-04build: Add MAKEFILE_UNITTEST_NO_INCLUDE_COMMON build variable, to be leveragedDaniel Dunbar1-0/+2
2010-11-26unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...NAKAMURA Takumi1-3/+5
2010-08-17This patch enables "make unittests" on enable-shared/mingw.Anton Korobeynikov1-2/+2
2010-06-03Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer1-0/+5
2010-06-03Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer1-0/+3
2010-06-02Update Readme and Makefiles for the new gtest.Benjamin Kramer1-4/+0
2010-03-09Consolidate GoogleTest make options and duplicate them to its own makefile.Chandler Carruth1-8/+10
2010-02-25Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin1-1/+10
2010-02-23Roll back r96959 again.Jeffrey Yasskin1-12/+1
2010-02-23Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin1-1/+12
2010-02-18Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin1-5/+1
2010-02-18Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin1-1/+5
2010-01-26Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin1-1/+5
2010-01-26Revert 94484. Re-disable unittests that need RTTI.Bob Wilson1-5/+1
2010-01-26Re-enable unit tests disabled in r94164 by telling GTest about theJeffrey Yasskin1-1/+5
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner1-0/+2
2009-10-26Remove / use flags that are now set in the Makefile.config.Julien Lerouge1-1/+1
2009-10-02Try to fix unit test linking on linux ...Benjamin Kramer1-2/+2
2009-10-02MingW build fixesBenjamin Kramer1-1/+1
2009-09-27Link order: it matters.Nick Lewycky1-1/+1
2009-09-13Build (not test) the unittests as part of a normal build.Daniel Dunbar1-0/+2
2009-09-13Revert unittests build changes temporarily, the unit test build isn't -j safe.Daniel Dunbar1-2/+0
2009-09-13Build (not test) the unittests as part of a normal build.Daniel Dunbar1-0/+2
2009-04-01include Makefile.common before using $(BuildMode) to get its definitionMisha Brukman1-3/+2
2009-02-26Remove libtool.Nick Lewycky1-2/+2
2009-01-01Original patch by Talin.Misha Brukman1-0/+36