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
This commit is contained in:
NAKAMURA Takumi 2010-12-10 09:18:26 +00:00
parent 89b9372605
commit 049c74ba3e
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ if(PYTHONINTERP_FOUND)
UnitTests
BugpointPasses LLVMHello
llc lli llvm-ar llvm-as llvm-dis llvm-extract
llvm-ld llvm-link llvm-mc llvm-nm opt
llvm-ld llvm-link llvm-mc llvm-nm macho-dump opt
FileCheck count not)
endif()

View File

@ -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
)