[Git][ghc/ghc][wip/romes/rts-linker-direct-symbol-lookup] fixup! rts: Make addDLL a wrapper around loadNativeObj

Rodrigo Mesquita (@alt-romes) gitlab at gitlab.haskell.org
Tue Apr 2 12:16:54 UTC 2024



Rodrigo Mesquita pushed to branch wip/romes/rts-linker-direct-symbol-lookup at Glasgow Haskell Compiler / GHC


Commits:
5f1f6372 by Rodrigo Mesquita at 2024-04-02T13:12:43+01:00
fixup! rts: Make addDLL a wrapper around loadNativeObj

- - - - -


1 changed file:

- rts/linker/LoadNativeObjPosix.c


Changes:

=====================================
rts/linker/LoadNativeObjPosix.c
=====================================
@@ -1,9 +1,10 @@
+#include "LinkerInternals.h"
+#include "Rts.h"
+
 #if defined(OBJFORMAT_ELF) || defined(OBJFORMAT_MACHO)
 
 #include "CheckUnload.h"
 #include "ForeignExports.h"
-#include "LinkerInternals.h"
-#include "Rts.h"
 #include "RtsUtils.h"
 #include "Profiling.h"
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5f1f637262e27584c309420e6dffb7524fba3901

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5f1f637262e27584c309420e6dffb7524fba3901
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240402/58873deb/attachment.html>


More information about the ghc-commits mailing list