[llvm-branch-commits] [llvm] 80f3bd6 - rebase
Jon Roelofs via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Nov 29 14:08:08 PST 2023
Author: Jon Roelofs
Date: 2023-11-29T14:07:56-08:00
New Revision: 80f3bd69873471d40beef116a694d19a133b4959
URL: https://github.com/llvm/llvm-project/commit/80f3bd69873471d40beef116a694d19a133b4959
DIFF: https://github.com/llvm/llvm-project/commit/80f3bd69873471d40beef116a694d19a133b4959.diff
LOG: rebase
Created using spr 1.3.4
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index fece4ac7f127d6b..51c60ecf5ac6586 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -937,8 +937,8 @@ IFuncs, like as aliases, don't create any new data or func. They are just a new
symbol that is resolved at runtime by calling a resolver function.
On ELF platforms, IFuncs are resolved by the dynamic linker at load time. On
-Mach-O platforms, they are lowered in terms of ``.symbol_resolver``s, which
-lazily resolve the callee the first time they are called.
+Mach-O platforms, they are lowered in terms of ``.symbol_resolver`` functions,
+which lazily resolve the callee the first time they are called.
IFunc may have an optional :ref:`linkage type <linkage>` and an optional
:ref:`visibility style <visibility>`.
More information about the llvm-branch-commits
mailing list