diff options
-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> |