-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[8.0][browser][wasm] emcc failure to compile aot-instances #104827
Comments
Tagging subscribers to 'arch-wasm': @lewing |
Tagging subscribers to this area: @directhex, @matouskozak |
@radekdoulik Do you know what changes in emsdk for 8.0 that |
I think EXPORT_ES6 is linker flag, not compiler flag. |
There are actual errors here that are not related to the ES6 warning |
it's probably warning treated as error, which will really stop the build. It should be easy to fix |
Backport of (dotnet#101397) This avoids errors like: /root/helix/work/correlation/build/wasm-shared/WasmApp.Common.targets(832,5): error : emcc: warning: linker setting ignored during compilation: 'EXPORT_ES6' [-Wunused-command-line-argument] [/root/helix/work/workitem/e/publish/ProxyProjectForAOTOnHelix.proj] /root/helix/work/correlation/build/wasm-shared/WasmApp.Common.targets(832,5): error : emcc: warning: linker setting ignored during compilation: 'EXPORT_EXCEPTION_HANDLING_HELPERS' [-Wunused-command-line-argument] [/root/helix/work/workitem/e/publish/ProxyProjectForAOTOnHelix.proj] This should helps with known build error dotnet#104827 where the warning can hide another errors
@pavelsavara @lewing can you please adjust the ErrorMessage to what you think would be more appropriate? |
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=734813
Build error leg or test failing: browser-wasm linux Release WasmBuildTests
Error Message
browser-wasm linux Release WasmBuildTests
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=734813
Error message validated:
[linker setting ignored during compilation: 'EXPORT_ES6'
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/12/2024 8:25:22 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: