[commit: ghc] master: Add short blurb about LLVM dynamic linking to release notes (08f8efb)

git at git.haskell.org git at git.haskell.org
Tue Jan 28 14:27:16 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/08f8efb84d51e53792ded036e172826686fc806b/ghc

>---------------------------------------------------------------

commit 08f8efb84d51e53792ded036e172826686fc806b
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Tue Jan 21 19:26:12 2014 -0500

    Add short blurb about LLVM dynamic linking to release notes
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

08f8efb84d51e53792ded036e172826686fc806b
 docs/users_guide/7.8.1-notes.xml |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 57e7a8d..ff80fcc 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -358,6 +358,14 @@
                 should be considered a preview.
            </para>
        </listitem>
+       <listitem>
+           <para>
+                The LLVM code generator has been fixed to support
+                dynamic linking. This enables runtime-linking
+                (e.g. GHCi) support for architectures without support in
+                GHC's own runtime linker (e.g. ARM).
+           </para>
+       </listitem>
    </itemizedlist>
   </sect2>
 



More information about the ghc-commits mailing list