Skip to content
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

binaryen0.test_cases:invoke_byval needs libcxxabi to be linked #4671

Merged
merged 2 commits into from Oct 26, 2016

Conversation

kripken
Copy link
Member

@kripken kripken commented Oct 26, 2016

It refers to a libcxxabi property, which if it is not defined, becomes an aborting function, which wasm doesn't like to import (since wasm is now picky as to the types of imports; asm.js just coerced as needed). Solution is to not disable system libs linking for that test.

…order to work (it refers to a libcxxabi property, which if it is not defined, becomes an aborting function, which wasm doesn't like to import)
@kripken kripken merged commit 0adb3e6 into incoming Oct 26, 2016
@kripken kripken deleted the cases_invoke_byval branch October 26, 2016 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant