diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-28 16:52:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-28 16:52:28 +0000 |
commit | d7934542c60d28bbe29c7f625f917ed14a23ef79 (patch) | |
tree | 3cf3e60729ee6c13f4cf5387a533e4b3a7d0e115 | |
parent | 837149c08da7d9015c5dcfa9f62110ce14e5b949 (diff) |
Adam Treat implemented this :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20371 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 96a911c26c..39a50fdcba 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -97,7 +97,8 @@ In this release, the following missing features were implemented: <div class="doc_text"> <ol> - <li></li> + <li>LLVM can now create native shared libraries with '<tt>llvm-gcc ... + -shared -Wl,-native</tt>' (or with <tt>-Wl,-native-cbe</tt>).</li> </ol> </div> |