You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The windows wasm cross compiler is ordering some bitcode sections differently than the unix output. We should make an effort to reduce the platform differences in the output to make reduce the complication in comparing codegen.
#49588 has an example of the ordering differences in basic blocks.
The text was updated successfully, but these errors were encountered:
Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.
Issue Details
The windows wasm cross compiler is ordering some bitcode sections differently than the unix output. We should make an effort to reduce the platform differences in the output to make reduce the complication in comparing codegen.
The windows wasm cross compiler is ordering some bitcode sections differently than the unix output. We should make an effort to reduce the platform differences in the output to make reduce the complication in comparing codegen.
#49588 has an example of the ordering differences in basic blocks.
The text was updated successfully, but these errors were encountered: