From 08f8efb84d51e53792ded036e172826686fc806b Mon Sep 17 00:00:00 2001 From: Ben Gamari <bgamari.foss@gmail.com> Date: Tue, 21 Jan 2014 19:26:12 -0500 Subject: [PATCH] Add short blurb about LLVM dynamic linking to release notes Signed-off-by: Austin Seipp <austin@well-typed.com> --- 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 57e7a8d38e81..ff80fcc17e87 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> -- GitLab