Commit a2efb8d9 authored by Lorn Potter's avatar Lorn Potter
Browse files

wasm: fix unicode toUpper issues

see https://github.com/kripken/emscripten/issues/4540



On large bitfields, emscripten creates types such as
i472, which 'legalization passes don't know how to
convert into legal code'
Adding a dummy field every 64 bits forces alignment
which in turn forces emscripten to create i64 types
instead.

Task-number: QTBUG-66621
Task-number: QTBUG-69421
Change-Id: I5bfd2079ac8f35ced8b59a1d2e3c657993a70986
Reviewed-by: default avatarEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
No related merge requests found
Showing with 14 additions and 0 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment