diff options
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index ed2632f9b0f..2845202bf84 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -87,6 +87,8 @@ bug fixes for those problems found since the 1.4 release.</p> <li>Configuring LLVM to build targets selectively is now implemented, via the <tt>--enable-targets=</tt> option. This feature is documented <a href="GettingStarted.html#config">here</a>.</li> + <li>LLVM now supports <a href="LangRef.html#callingconv">custom and + target-specific calling conventions</a>.</li> </ol> </div> |

