forked from OSchip/llvm-project
[docs] Clarify llvm.used semantics with less awkward wording
This commit is contained in:
parent
fdcecefe30
commit
fba7574cb9
|
@ -6704,7 +6704,7 @@ corresponds to "``attribute((used))``" in GNU C.
|
|||
|
||||
On some targets, the code generator must emit a directive to the
|
||||
assembler or object file to prevent the assembler and linker from
|
||||
molesting the symbol.
|
||||
removing the symbol.
|
||||
|
||||
.. _gv_llvmcompilerused:
|
||||
|
||||
|
|
Loading…
Reference in New Issue