llvm-6502/unittests/VMCore
Chandler Carruth f3cd23c6cb Fix unittest makefile after r147425. This should unbreak the makefile
build. This didn't show up in the CMake build because the CMake build
for the unittests is rather poorly factored.

This probably isn't the correct fix. This should be a bitcode reader
unittest not a VMCore unittest. I'll move it and clean various parts of
the unittest up in a follow-up patch, but I wanted to unbreak the bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147427 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-02 08:40:40 +00:00
..
ConstantsTest.cpp land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00
InstructionsTest.cpp Add support for vectors of pointers. 2011-12-05 06:29:09 +00:00
Makefile Fix unittest makefile after r147425. This should unbreak the makefile 2012-01-02 08:40:40 +00:00
MetadataTest.cpp Fix C++0x narrowing errors when char is unsigned. 2011-08-30 20:53:29 +00:00
PassManagerTest.cpp Second attempt at de-constifying LLVM Types in FunctionType::get(), 2011-07-12 14:06:48 +00:00
pr11677.cpp Materialize functions whose basic blocks are used by global variables. Fixes 2012-01-02 07:49:53 +00:00
ValueMapTest.cpp re-enable unittest 2011-12-12 04:20:41 +00:00
VerifierTest.cpp land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00