From 2e7e989d715e514c9083a9d70416d8af99f7abec Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Fri, 1 Aug 2014 21:06:59 +0000 Subject: Try to fix configure+make after r214556 llvm-svn: 214558 --- llvm/unittests/Bitcode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/unittests/Bitcode') diff --git a/llvm/unittests/Bitcode/Makefile b/llvm/unittests/Bitcode/Makefile index fcec87948fd..043753dc2d1 100644 --- a/llvm/unittests/Bitcode/Makefile +++ b/llvm/unittests/Bitcode/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TESTNAME = Bitcode -LINK_COMPONENTS := bitreader bitwriter +LINK_COMPONENTS := irreader bitwriter include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest -- cgit v1.2.3