[PATCH] D123751: Implement support for __llvm_addrsig for MachO in llvm-mc
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 14 07:08:57 PDT 2022
tschuett added inline comments.
================
Comment at: llvm/include/llvm/BinaryFormat/MachO.h:176
/// variable initialization pointers to functions.
S_THREAD_LOCAL_INIT_FUNCTION_POINTERS = 0x15u,
+ /// S_ADDRSIG - Section with list of sybols marked as address significant.
----------------
This one is in my local loader.h. `S_ADDRSIG` is not there.
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