macOS的CommandLineTools中具有llvm-otool。
llvm是llvm中的llvm-otool吗?我在https://github.com/llvm-mirror/llvm.git的llvm源代码中看不到它。
有人知道在哪里找到其源代码吗?
答案 0 :(得分:2)
可从https://opensource.apple.com/获得Apple软件的开源部分的源代码。具体来说,otool
源应该在这里:https://opensource.apple.com/source/cctools/和此处:https://opensource.apple.com/source/llvmCore/(根据其手册页,llvm-otool
只是一个调用LLVM的objdump
的填充程序)
答案 1 :(得分:0)
我在此处将 llvm-otool
签入到上游 LLVM:https://github.com/llvm/llvm-project/commit/1a3f88658a02be6be5224fca9d9123b79958f289
文档:https://llvm.org/docs/CommandGuide/llvm-otool.html
它不是 Xcode 附带的,但它的行为与它类似。