-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Missing dso_handle #7811
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
Comments
I think we need to understand that better first. What uses it in your codebase? If you can't share the code, can investigate that in llvm IR using llvm-dis. |
Hi, i get the same when using some various combinations and linking with -ldl for dlopen/ffi goals only test conditions : |
Sorry for the late update. However, because I'm not seeing this in LLVM backend (1.39.6), I'll be closing this thread. Thanks to all who tried helping! |
Uh oh!
There was an error while loading. Please reload this page.
@kripken I hit into this error when running my build.
This is because after setting EXPORT_ALL to false in #7371 , this function gets excluded in
emscripten/src/jsifier.js
Line 372 in 5247935
I'm not sure how to reproduce this issue in a smaller test case. However, this function appears to be a standard library function that I am not explicit using.
Do you think it make sense to add it into the shared.Settings.EXPORTED_FUNCTIONS in emcc.py? And if so under which conditions do you think it falls best under
The text was updated successfully, but these errors were encountered: