[PATCH] D123751: Implement support for __llvm_addrsig for MachO in llvm-mc
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 20 12:35:59 PDT 2022
int3 added inline comments.
================
Comment at: llvm/test/MC/MachO/addrsig-macho.ll:5
+
+
+
----------------
similar to my comment on D123752, let's minimize this test case
================
Comment at: llvm/test/MC/MachO/addrsig-macho.ll:117
+; OBJ: Hex dump of section '__llvm_addrsig':
+; OBJ-NEXT:0x{{[0-9a-f]*}}
----------------
would be nice to follow up with a diff that teaches objdump to properly dump this section
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123751/new/
https://reviews.llvm.org/D123751
More information about the llvm-commits
mailing list