From d7934542c60d28bbe29c7f625f917ed14a23ef79 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 28 Feb 2005 16:52:28 +0000 Subject: [PATCH] Adam Treat implemented this :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20371 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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).
-- 2.34.1