The superclass method handles a bunch of useful things. For example
it applies flags such as -fnew-alignment which doesn't work without
this patch.
Fixes: https://github.com/emscripten-core/emscripten/issues/16241
Differential D118573
[clang][WebAssemmbly] Call TargetInfo::adjust in derived method. sbc100 on Jan 30 2022, 11:20 AM. Authored by
Details The superclass method handles a bunch of useful things. For example Fixes: https://github.com/emscripten-core/emscripten/issues/16241
Diff Detail
Event TimelineComment Actions Oddly enough and emscripten user just reported an issue that this patch fixes: https://github.com/emscripten-core/emscripten/issues/16241 PTAL Comment Actions Looks OK to me. All of these options handle explicit overrides to the ABI which I guess just didn't work before but doesn't change any defaults. We should probably put something in the emscripten release notes with a list of the flags that now actually do something, just in case someone was accidentally using them before :) |