From 78c32d75e0f50b1a5a694434a004516f60228113 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 2 Aug 2014 00:12:54 +0000 Subject: BitcodeTests: Fix LINK_COMPONENTS. llvm-svn: 214598 --- llvm/unittests/Bitcode/CMakeLists.txt | 3 ++- llvm/unittests/Bitcode/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'llvm/unittests/Bitcode') diff --git a/llvm/unittests/Bitcode/CMakeLists.txt b/llvm/unittests/Bitcode/CMakeLists.txt index c559377ed9d..7e9d1bc43fe 100644 --- a/llvm/unittests/Bitcode/CMakeLists.txt +++ b/llvm/unittests/Bitcode/CMakeLists.txt @@ -1,5 +1,6 @@ set(LLVM_LINK_COMPONENTS - IRReader + AsmParser + BitReader BitWriter Core Support diff --git a/llvm/unittests/Bitcode/Makefile b/llvm/unittests/Bitcode/Makefile index 043753dc2d1..33b09b914b5 100644 --- a/llvm/unittests/Bitcode/Makefile +++ b/llvm/unittests/Bitcode/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TESTNAME = Bitcode -LINK_COMPONENTS := irreader bitwriter +LINK_COMPONENTS := AsmParser BitReader BitWriter Core Support include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest -- cgit v1.2.3