diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2012-01-02 08:40:40 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2012-01-02 08:40:40 +0000 |
| commit | ddb10a48fb6a93f636e1a64aba859a5a9c0f2163 (patch) | |
| tree | 8202807d32750de1bd452aa5166b9c78c1279ec8 /llvm/unittests | |
| parent | 6c7a0e6c8bd7171bdc60f95d26a1d32f3c8d5db9 (diff) | |
| download | bcm5719-llvm-ddb10a48fb6a93f636e1a64aba859a5a9c0f2163.tar.gz bcm5719-llvm-ddb10a48fb6a93f636e1a64aba859a5a9c0f2163.zip | |
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.
llvm-svn: 147427
Diffstat (limited to 'llvm/unittests')
| -rw-r--r-- | llvm/unittests/VMCore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/VMCore/Makefile b/llvm/unittests/VMCore/Makefile index 1b2b69c6d60..c6babe742cd 100644 --- a/llvm/unittests/VMCore/Makefile +++ b/llvm/unittests/VMCore/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TESTNAME = VMCore -LINK_COMPONENTS := core support target ipa +LINK_COMPONENTS := core support bitreader bitwriter target ipa include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |

