summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-10-04 03:08:43 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-10-04 03:08:43 +0000
commitb3c4e26dc574fff3697d61c4c6c08df39af4a906 (patch)
treee1672bfb488365509a484b1b3db7d9e74e41b993 /docs
parente97552e8509992f85607a669913de883592a4181 (diff)
downloadllvm-b3c4e26dc574fff3697d61c4c6c08df39af4a906.tar.gz
llvm-b3c4e26dc574fff3697d61c4c6c08df39af4a906.tar.bz2
llvm-b3c4e26dc574fff3697d61c4c6c08df39af4a906.tar.xz
Remove last references to hotpatch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141057 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 7882da67e1..1392db6e60 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1163,14 +1163,6 @@ define void @f() optsize { ... }
function into callers whenever possible, ignoring any active inlining size
threshold for this caller.</dd>
- <dt><tt><b>hotpatch</b></tt></dt>
- <dd>This attribute indicates that the function should be 'hotpatchable',
- meaning the function can be patched and/or hooked even while it is
- loaded into memory. On x86, the function prologue will be preceded
- by six bytes of padding and will begin with a two-byte instruction.
- Most of the functions in the Windows system DLLs in Windows XP SP2 or
- higher were compiled in this fashion.</dd>
-
<dt><tt><b>nonlazybind</b></tt></dt>
<dd>This attribute suppresses lazy symbol binding for the function. This
may make calls to the function faster, at the cost of extra program