From: Chris Lattner Date: Mon, 28 Feb 2005 16:52:28 +0000 (+0000) Subject: Adam Treat implemented this :) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d7934542c60d28bbe29c7f625f917ed14a23ef79;p=oota-llvm.git Adam Treat implemented this :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20371 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 96a911c26c5..39a50fdcba7 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -97,7 +97,8 @@ In this release, the following missing features were implemented:
    -
  1. +
  2. LLVM can now create native shared libraries with 'llvm-gcc ... + -shared -Wl,-native' (or with -Wl,-native-cbe).