projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97c2316
)
[LangRef] Update ifunc syntax
author
Fangrui Song
<i@maskray.me>
Thu, 7 Oct 2021 18:14:40 +0000
(11:14 -0700)
committer
Fangrui Song
<i@maskray.me>
Thu, 7 Oct 2021 18:14:40 +0000
(11:14 -0700)
Extracted from Itay Bookstein's
D108872
.
llvm/docs/LangRef.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/LangRef.rst
b/llvm/docs/LangRef.rst
index 51558ddb7ff85641ab5729a18105fca1aae96f6e..ed62a1b01ecb6b8d121655b329298ff44f55cef9 100644
(file)
--- a/
llvm/docs/LangRef.rst
+++ b/
llvm/docs/LangRef.rst
@@
-907,7
+907,7
@@
IFunc may have an optional :ref:`linkage type <linkage>` and an optional
Syntax::
- @<Name> = [Linkage] [Visibility] ifunc <IFuncTy>, <ResolverTy>* @<Resolver>
+ @<Name> = [Linkage] [
PreemptionSpecifier] [
Visibility] ifunc <IFuncTy>, <ResolverTy>* @<Resolver>
.. _langref_comdats: