diff options
Diffstat (limited to 'llvm/docs/LangRef.rst')
-rw-r--r-- | llvm/docs/LangRef.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index a5055f6605d..77433ab1422 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -440,6 +440,9 @@ styles: defining module will bind to the local symbol. That is, the symbol cannot be overridden by another module. +A symbol with ``internal`` or ``private`` linkage must have ``default`` +visibility. + .. _namedtypes: DLL Storage Classes |