BitcodeTests: Fix LINK_COMPONENTS.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214598 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-08-02 00:12:54 +00:00
parent 1d3169155b
commit 1b23e26921
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
set(LLVM_LINK_COMPONENTS
IRReader
AsmParser
BitReader
BitWriter
Core
Support

View File

@ -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