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

Remove some old runtime stubs #12820

Merged
merged 1 commit into from
Nov 18, 2020
Merged

Remove some old runtime stubs #12820

merged 1 commit into from
Nov 18, 2020

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Nov 18, 2020

__builtin_prefetch is handled by clang/llvm.

__gxx_personality_v0/__gxx_personality_v0 are defined in
cxa_personality.cpp when building with wasm exceptions and
don't seem to be needed at all with emscripten-style
exceptions.

@sbc100 sbc100 requested a review from tlively November 18, 2020 20:09
__builtin_prefetch is handled by clang/llvm.

__gxx_personality_v0/__gxx_personality_v0 are defined in
cxa_personality.cpp when building with wasm exceptions and
don't seem to be needed at all with emscripten-style
exceptions.
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

2 participants