[PATCH] D101786: [llvm-objdump] Exclude __mh_execute_header symbol during MachO disassembly
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 4 12:51:22 PDT 2021
MaskRay added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/MachO/no-text-symbols-disassembly.test:1
+## Verify that we see dissassembler output even when there are no
+## symbols in __TEXT,__text.
----------------
Use yaml2obj to create the test file. A prebuilt binary is difficult to inspect/modify.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101786/new/
https://reviews.llvm.org/D101786
More information about the llvm-commits
mailing list