mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
Fix links to intrinsic functions outside LangRef.html
llvm-svn: 35646
This commit is contained in:
parent
d187b99ad9
commit
ef9965e7cc
@ -363,8 +363,8 @@ supported</a>. This should not affect LLVM produced by the C or C++
|
||||
frontends.</li>
|
||||
|
||||
<li>The C backend does not correctly implement the <a
|
||||
href="LangRef.html#i_stacksave"><tt>llvm.stacksave</tt></a> or
|
||||
<a href="LangRef.html#i_stackrestore"><tt>llvm.stackrestore</tt></a>
|
||||
href="LangRef.html#int_stacksave"><tt>llvm.stacksave</tt></a> or
|
||||
<a href="LangRef.html#int_stackrestore"><tt>llvm.stackrestore</tt></a>
|
||||
intrinsics. This means that some code compiled by it can run out of stack
|
||||
space if they depend on these (e.g. C99 varargs).</li>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user