-
Notifications
You must be signed in to change notification settings - Fork 216
[NativeAOT-LLVM] Enhance unresolved symbol handling #3118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NativeAOT-LLVM] Enhance unresolved symbol handling #3118
Conversation
7c75cdf
to
5cf9157
Compare
|
||
if ($env:EMSDK_PYTHON) | ||
{ | ||
# Workaround for https://github.com/dotnet/runtime/issues/116746 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I don't actually know if this actually works, but it seems to have helped. The idea here was that the CI build is picking up system python instead of the emsdk bundled python, and that has some issues.)
@dotnet/nativeaot-llvm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Stop silently ignoring all unresolved symbols on WASI, warn instead, consistent with Emscripten. Also, respect
TreatWarningsAsErrors
.