-
Notifications
You must be signed in to change notification settings - Fork 206
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
Activate the use of __heap_base
#212
Comments
I suppose it depends on what level of compatibility we want in clang. At the very least we could perhaps use a clang version check here? |
Oh I guess this made it into llvm 9, and I don't think we need to continue to support llvm 8 now that 10 is stable, so I guess you are correct and we should re-enable it. |
I can resurrect the old PR with |
I agree; I think it's fine to drop support for LLVM 8 for building WASI libc. |
Seems that https://bugs.llvm.org/show_bug.cgi?id=43613 fixed, what about activating
__heap_base
disabled by #132 ?The text was updated successfully, but these errors were encountered: