summaryrefslogtreecommitdiff
path: root/tools/macho-dump
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-12-10 09:18:26 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-12-10 09:18:26 +0000
commit049c74ba3e8beb8f6335f36f5e55c0ceeecaaeea (patch)
tree894bd7eafe44bff48be7eb3dec0b78c231b587be /tools/macho-dump
parent89b9372605db2ce3b0085c84089e389f7bc1fbdd (diff)
macho-dump: Fix CMake build, following up to r121466.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121476 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/macho-dump')
-rw-r--r--tools/macho-dump/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/macho-dump/CMakeLists.txt b/tools/macho-dump/CMakeLists.txt
index 9ade5ea2260..d55e1d5c413 100644
--- a/tools/macho-dump/CMakeLists.txt
+++ b/tools/macho-dump/CMakeLists.txt
@@ -1,5 +1,5 @@
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support object)
-add_llvm_tool(macho-dumpx
+add_llvm_tool(macho-dump
macho-dump.cpp
)