1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

macho-dump: Fix CMake build, following up to r121466.

llvm-svn: 121476
This commit is contained in:
NAKAMURA Takumi 2010-12-10 09:18:26 +00:00
parent 0e665e502d
commit e6b65793ea
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
)