[PATCH] D76932: [AIX] emit .extern and .weak directive linkage
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 30 11:24:26 PDT 2020
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/include/llvm/MC/MCDirectives.h:47
+ MCSA_WeakReference, ///< .weak_reference (MachO)
+ MCSA_WeakDefAutoPrivate ///< .weak_def_can_be_hidden (MachO)
};
----------------
DiggerLin wrote:
> @hubert.reinterpretcast , @jasonliu , do we need to create a NFC patch for the clang format problem of the above first ?
I think it would help; yes. Please drop one at your earliest convenience and then rebase this patch on top of it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76932/new/
https://reviews.llvm.org/D76932
More information about the cfe-commits
mailing list