diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml index 57e7a8d38e816132c91b8abed95ff9a3c3e44c6a..ff80fcc17e873c3c7c0d92f9c921aea999073dc8 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>