llvm/unittests: Simplify LINK_COMPONENTS.

llvm-svn: 158942
This commit is contained in:
NAKAMURA Takumi
2012-06-21 22:17:51 +00:00
parent e14e13d971
commit 6fed668d25
9 changed files with 6 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
LEVEL = ../..
TESTNAME = Bitcode
LINK_COMPONENTS := core support bitreader bitwriter
LINK_COMPONENTS := bitreader bitwriter
include $(LEVEL)/Makefile.config
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest