diff options
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objcopy.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst index 64ba094c9ee..044293c7e8a 100644 --- a/llvm/docs/CommandGuide/llvm-objcopy.rst +++ b/llvm/docs/CommandGuide/llvm-objcopy.rst @@ -160,6 +160,7 @@ them. - `weak` = the symbol will have weak binding. - `default` = the symbol will have default visibility. - `hidden` = the symbol will have hidden visibility. + - `protected` = the symbol will have protected visibility. - `file` = the symbol will be an `STT_FILE` symbol. - `section` = the symbol will be an `STT_SECTION` symbol. - `object` = the symbol will be an `STT_OBJECT` symbol. |