commit | 6fed668d25e00d0974404bd24912d35a475650cd | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Thu Jun 21 22:17:51 2012 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Thu Jun 21 22:17:51 2012 +0000 |
tree | 6d66ea3284a107be37bdfd9541912da9708cb4fe | |
parent | e14e13d971ff948d109f4848067764b10d5c7a1a [diff] |
llvm/unittests: Simplify LINK_COMPONENTS. llvm-svn: 158942
diff --git a/llvm/unittests/Bitcode/Makefile b/llvm/unittests/Bitcode/Makefile index aa437e7..fcec8794 100644 --- a/llvm/unittests/Bitcode/Makefile +++ b/llvm/unittests/Bitcode/Makefile
@@ -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