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.