mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[LangRef] Fix typo about SHF_LINK_ORDER
This commit is contained in:
parent
915fc454ff
commit
3e6125b247
@ -6841,7 +6841,7 @@ See :doc:`TypeMetadata`.
|
||||
The ``associated`` metadata may be attached to a global variable definition with
|
||||
a single argument that references a global object (optionally through an alias).
|
||||
|
||||
This metadata lowers to the ELF section flag ``SHF_LINK_INFO`` which prevents
|
||||
This metadata lowers to the ELF section flag ``SHF_LINK_ORDER`` which prevents
|
||||
discarding of the global variable in linker GC unless the referenced object is
|
||||
also discarded. The linker support for this feature is spotty. For best
|
||||
compatibility, globals carrying this metadata should:
|
||||
|
Loading…
Reference in New Issue
Block a user