forked from OSchip/llvm-project
macho-dump: Switch to C++ macho-dump tool.
llvm-svn: 121466
This commit is contained in:
parent
7bfb872d3d
commit
a5d9f6df8f
|
@ -8,7 +8,7 @@
|
|||
##===----------------------------------------------------------------------===##
|
||||
|
||||
LEVEL = ../..
|
||||
TOOLNAME = macho-dumpx
|
||||
TOOLNAME = macho-dump
|
||||
|
||||
# This tool has no plugins, optimize startup time.
|
||||
TOOL_NO_EXPORTS = 1
|
||||
|
|
Loading…
Reference in New Issue