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/VMCore | |
| 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/VMCore')
| -rw-r--r-- | llvm/unittests/VMCore/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | llvm/unittests/VMCore/Makefile | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/llvm/unittests/VMCore/CMakeLists.txt b/llvm/unittests/VMCore/CMakeLists.txt index c7392a93ea2..5a87605b27d 100644 --- a/llvm/unittests/VMCore/CMakeLists.txt +++ b/llvm/unittests/VMCore/CMakeLists.txt @@ -1,9 +1,7 @@ set(LLVM_LINK_COMPONENTS asmparser - analysis core ipa - target ) set(VMCoreSources diff --git a/llvm/unittests/VMCore/Makefile b/llvm/unittests/VMCore/Makefile index df55065e191..d743dc5d5ba 100644 --- a/llvm/unittests/VMCore/Makefile +++ b/llvm/unittests/VMCore/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TESTNAME = VMCore -LINK_COMPONENTS := core support target ipa asmparser +LINK_COMPONENTS := core ipa asmparser include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |

