From 0cb94d9adc631eafa88218a5e972d45e0cf35f61 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 31 Jan 2014 17:40:11 +0000 Subject: LTO itself hasn't depended on MCDisassembler any more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200560 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lto/CMakeLists.txt | 1 - tools/lto/Makefile | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'tools/lto') diff --git a/tools/lto/CMakeLists.txt b/tools/lto/CMakeLists.txt index c54c8efee8..c6eec053a8 100644 --- a/tools/lto/CMakeLists.txt +++ b/tools/lto/CMakeLists.txt @@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS Core LTO MC - MCDisassembler Support ) diff --git a/tools/lto/Makefile b/tools/lto/Makefile index e2b0ff80ef..6e8268b726 100644 --- a/tools/lto/Makefile +++ b/tools/lto/Makefile @@ -9,8 +9,7 @@ LEVEL := ../.. LIBRARYNAME := LTO -LINK_COMPONENTS := all-targets ipo scalaropts linker bitreader bitwriter \ - lto mcdisassembler vectorize +LINK_COMPONENTS := all-targets core lto mc support LINK_LIBS_IN_SHARED := 1 SHARED_LIBRARY := 1 -- cgit v1.2.3