mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
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:
parent
89b9372605
commit
049c74ba3e
@ -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()
|
||||
|
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user