[PATCH] D104933: [LangRef] Clarify !associated

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 8 10:30:28 PDT 2021


MaskRay marked an inline comment as done.
MaskRay 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
----------------
morehouse wrote:
> I thought it was `SHF_LINK_ORDER`.
Thanks for spotting this! Fixed in d833543dd52cfb126f4c6d765166e42da217b72a


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