Hannes Siebenhandl pushed to branch wip/fendor/linkable-usage at Glasgow Haskell Compiler / GHC Commits: 99b093ac by fendor at 2026-03-26T15:25:43+01:00 Fix LinkableUsage test on wasm - - - - - 2 changed files: - testsuite/tests/bytecode/TLinkable/LinkableUsage01.stderr - testsuite/tests/bytecode/TLinkable/all.T Changes: ===================================== testsuite/tests/bytecode/TLinkable/LinkableUsage01.stderr ===================================== @@ -1 +1 @@ -[1 of 1] Compiling LinkableUsage01 ( LinkableUsage01.hs, LinkableUsage01.o ) +[1 of 1] Compiling LinkableUsage01 ( LinkableUsage01.hs, interpreted ) ===================================== testsuite/tests/bytecode/TLinkable/all.T ===================================== @@ -10,7 +10,7 @@ test('LinkableUsage01' , req_th ] , multimod_compile - , ['LinkableUsage01', '-package-db bytecode.package.conf -package-id testpkg-1.2.3.4-XXX -fprefer-byte-code ' + config.ghc_th_way_flags]) + , ['LinkableUsage01', '-package-db bytecode.package.conf -package-id testpkg-1.2.3.4-XXX -no-link -fbyte-code -fprefer-byte-code ' + config.ghc_th_way_flags]) # Performance test for bytecode `Linkable`s. test('LinkableUsage02' View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/99b093acd84acc13dda23056d4472749... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/99b093acd84acc13dda23056d4472749... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Hannes Siebenhandl (@fendor)