diff --git a/docs/LangRef.html b/docs/LangRef.html index 282281327f5..1158a5760d8 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -560,11 +560,15 @@ define i32 @main() { ; i32()* private symbols) linker_private symbols are subject to coalescing by the linker: weak symbols get merged and redefinitions are rejected. However, unlike normal strong symbols, they are removed by the - linker from the final linked image (executable or dynamic library). + linker from the final linked image (executable or dynamic library). + This is currently only used for Objective-C metadata.
linker_weak
Global values with "linker_weak" linkage are given weak linkage, - but are removed by the linker after evaluation.
+ but are removed by the linker after evaluation. Unlike normal weak + symbols, linker weak symbols are removed by the linker from the linal + linked image (executable or dynamic library). This is currently only used + for Objective-C metadata.
internal
Similar to private, but the value shows as a local symbol