Commit fba7574c authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

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

parent fdcecefe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: