summaryrefslogtreecommitdiff
path: root/unittests/VMCore/Makefile
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-01-02 08:40:40 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-01-02 08:40:40 +0000
commitf3cd23c6cb11a0f2cd4bc45ccfb3816f39395a2a (patch)
tree91c4e52cf6b59ee594ad1d192fff4cb065651284 /unittests/VMCore/Makefile
parenta46f35d3d65425af5eaaaf906fca240a33d6c362 (diff)
downloadllvm-f3cd23c6cb11a0f2cd4bc45ccfb3816f39395a2a.tar.gz
llvm-f3cd23c6cb11a0f2cd4bc45ccfb3816f39395a2a.tar.bz2
llvm-f3cd23c6cb11a0f2cd4bc45ccfb3816f39395a2a.tar.xz
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
Diffstat (limited to 'unittests/VMCore/Makefile')
-rw-r--r--unittests/VMCore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/VMCore/Makefile b/unittests/VMCore/Makefile
index 1b2b69c6d6..c6babe742c 100644
--- a/unittests/VMCore/Makefile
+++ b/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