OSDN Git Service

[CMake] Restrict libxar linkage to just llvm-objdump
authorChris Bieneman <beanz@apple.com>
Thu, 26 May 2016 16:32:40 +0000 (16:32 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 26 May 2016 16:32:40 +0000 (16:32 +0000)
commit26cbd17577bc9a0a245705c08b36d7f3ec50ebef
treefceea88c215c08228663032ffdf96795226f8e80
parente859870381a60a0e928a8824cc3263e702887c93
[CMake] Restrict libxar linkage to just llvm-objdump

At some point we're going to need libObject to have this dependency, but as it is now this is causing too many headaches. This commit will reduce the linkage to just llvm-objdump where it is strictly needed, and we'll cross the libObject bridge later when we need it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270866 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/CMakeLists.txt
lib/Support/CMakeLists.txt
tools/llvm-objdump/CMakeLists.txt