Andreas Klebinger pushed to branch wip/andreask/linker_fix at Glasgow Haskell Compiler / GHC Commits: bcf76dcc by Andreas Klebinger at 2026-01-20T15:18:16+01:00 Remove now redundant thin archive special case. - - - - - 1 changed file: - rts/linker/LoadArchive.c Changes: ===================================== rts/linker/LoadArchive.c ===================================== @@ -552,9 +552,6 @@ HsInt loadArchive_ (pathchar *path) if (!readThinArchiveMember(n, memberSize, path, fileName, image)) { goto fail; } - // Unlike for regular archives for thin archives we can only identify the object format - // after having read the file pointed to. - object_fmt = identifyObjectFile_(image, memberSize); } else { View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bcf76dcc3577280023a7d57b80b8cc15... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bcf76dcc3577280023a7d57b80b8cc15... You're receiving this email because of your account on gitlab.haskell.org.