[PATCH] D104933: [LangRef] Clarify !associated
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 8 10:28:46 PDT 2021
morehouse added inline comments.
================
Comment at: llvm/docs/LangRef.rst:6844
+
+This metadata lowers to the ELF section flag ``SHF_LINK_INFO`` which prevents
+discarding of the global variable in linker GC unless the referenced object is
----------------
I thought it was `SHF_LINK_ORDER`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104933/new/
https://reviews.llvm.org/D104933
More information about the llvm-commits
mailing list