[PATCH] D123751: Implement support for __llvm_addrsig for MachO in llvm-mc
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 13 20:36:03 PDT 2022
MaskRay added inline comments.
================
Comment at: llvm/include/llvm/BinaryFormat/MachO.h:178
+ /// S_ADDRSIG - Section with list of sybols marked as address significant.
+ S_ADDRSIG = 0x16u,
----------------
The values may be defined by Apple. We cannot randomly grab a value.
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