Files
Will Cohen 1bf8828bc7 binaryen: patch lld.py to match '64' on basename
scripts/test/lld.py adds --enable-memory64 --bigint when '64' appears
anywhere in the input path. The full Nix build directory is included,
and its nonce digits can contain '64' — non-deterministically triggering
the memory64 flags on unrelated tests (e.g. lld/duplicate_imports.wat)
and causing output mismatches. Match on basename instead.
2026-04-18 13:50:03 -04:00
..