BitcodeTests: Fix LINK_COMPONENTS.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 2 Aug 2014 00:12:54 +0000 (00:12 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 2 Aug 2014 00:12:54 +0000 (00:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214598 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Bitcode/CMakeLists.txt
unittests/Bitcode/Makefile

index c559377ed9d1f99c03654506c88c5ceca9754a25..7e9d1bc43fefe6e75c34c0124d412e81e457672b 100644 (file)
@@ -1,5 +1,6 @@
 set(LLVM_LINK_COMPONENTS
-  IRReader
+  AsmParser
+  BitReader
   BitWriter
   Core
   Support
index 043753dc2d1509c083c83b783e0be83da4fea865..33b09b914b56308bd36a9a115a065a119d05f9bc 100644 (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