[llvm] fba7574 - [docs] Clarify llvm.used semantics with less awkward wording
Benjamin Kramer via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 03:15:04 PST 2020
Author: Benjamin Kramer
Date: 2020-01-28T12:13:57+01:00
New Revision: fba7574cb9416db270efc6621190b3d587124454
URL: https://github.com/llvm/llvm-project/commit/fba7574cb9416db270efc6621190b3d587124454
DIFF: https://github.com/llvm/llvm-project/commit/fba7574cb9416db270efc6621190b3d587124454.diff
LOG: [docs] Clarify llvm.used semantics with less awkward wording
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 36e6f90461f5..315a1212c868 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -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:
More information about the llvm-commits
mailing list