From 1b23e26921e84f15c6cff56057a4dd66de04dcd3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 2 Aug 2014 00:12:54 +0000 Subject: [PATCH] BitcodeTests: Fix LINK_COMPONENTS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214598 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Bitcode/CMakeLists.txt | 3 ++- unittests/Bitcode/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/unittests/Bitcode/CMakeLists.txt b/unittests/Bitcode/CMakeLists.txt index c559377ed9d..7e9d1bc43fe 100644 --- a/unittests/Bitcode/CMakeLists.txt +++ b/unittests/Bitcode/CMakeLists.txt @@ -1,5 +1,6 @@ set(LLVM_LINK_COMPONENTS - IRReader + AsmParser + BitReader BitWriter Core Support diff --git a/unittests/Bitcode/Makefile b/unittests/Bitcode/Makefile index 043753dc2d1..33b09b914b5 100644 --- a/unittests/Bitcode/Makefile +++ b/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 -- 2.34.1