llvm-6502/unittests
NAKAMURA Takumi 130a2dd3c6 unittests/CMakeLists.txt: Suppress building ValueMapTest on MSVC older than 10(VS2010).
MSVC9 and 8 cannot compile ValueMapTest.cpp due to their bug.
See issue#331418 in Visual Studio.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119782 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-19 03:19:32 +00:00
..
ADT Revert "Add ADT/IntervalMap.", GCC doesn't like it. 2010-11-19 01:21:03 +00:00
Analysis Make SCEVUnknown a CallbackVH, so that it can be notified directly 2010-08-02 23:49:30 +00:00
ExecutionEngine missed a use of SizeRequired. 2010-07-22 21:34:55 +00:00
Support Support: Add Endian.h 2010-10-21 20:28:21 +00:00
Transforms Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft. 2010-03-13 19:58:26 +00:00
VMCore Revert 119600 to unbreak the build. Francois, please investigate. 2010-11-18 01:38:07 +00:00
CMakeLists.txt unittests/CMakeLists.txt: Suppress building ValueMapTest on MSVC older than 10(VS2010). 2010-11-19 03:19:32 +00:00
Makefile Make SCEVUnknown a CallbackVH, so that it can be notified directly 2010-08-02 23:49:30 +00:00
Makefile.unittest This patch enables "make unittests" on enable-shared/mingw. 2010-08-17 19:34:40 +00:00