diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-21 22:17:51 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-21 22:17:51 +0000 |
| commit | 6fed668d25e00d0974404bd24912d35a475650cd (patch) | |
| tree | 6d66ea3284a107be37bdfd9541912da9708cb4fe /llvm/unittests/Bitcode | |
| parent | e14e13d971ff948d109f4848067764b10d5c7a1a (diff) | |
| download | bcm5719-llvm-6fed668d25e00d0974404bd24912d35a475650cd.tar.gz bcm5719-llvm-6fed668d25e00d0974404bd24912d35a475650cd.zip | |
llvm/unittests: Simplify LINK_COMPONENTS.
llvm-svn: 158942
Diffstat (limited to 'llvm/unittests/Bitcode')
| -rw-r--r-- | llvm/unittests/Bitcode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Bitcode/Makefile b/llvm/unittests/Bitcode/Makefile index aa437e7e2cc..fcec87948fd 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 |

