-
6b497eee
by mangoiv at 2026-05-27T21:25:30+02:00
packaging: regenerate llvm-targets
regenerate llvm-targets using utils/llvm-targets/gen-data-layout.sh and
clang version 19.1.7
Target: x86_64-unknown-linux-gnu
-
e246c44d
by Cheng Shao at 2026-05-27T21:25:30+02:00
ghc-internal: update to unicode 17.0.0
This commit updates the generated code in ghc-internal to match
unicode 17.0.0.
(cherry picked from commit 7077c9f76ebadedefd763078e7f7c42201b8a4b4)
-
007b39e6
by Cheng Shao at 2026-05-27T21:25:30+02:00
wasm: ensure post-linker output is synchronous ESM
This patch fixes wasm backend's post-linker output script to ensure
it's synchronous ESM and doesn't use top-level await, which doesn't
work in ServiceWorkers. Fixes #27257.
(cherry picked from commit cccf45da01988801b0c97f7e7ed0160191980226)