[docs] Clarify llvm.used semantics with less awkward wording

This commit is contained in:
Benjamin Kramer 2020-01-28 12:13:57 +01:00
parent fdcecefe30
commit fba7574cb9
1 changed files with 1 additions and 1 deletions

View File

@ -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: