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

[EH] Guard destructor changes in libc++abi with __wasm__ #21974

Merged
merged 1 commit into from
May 21, 2024

Conversation

aheejin
Copy link
Member

@aheejin aheejin commented May 21, 2024

These changes are due to that Wasm destructor returns its argument, so in case someone wants to compile out libc++abi without using Wasm EH, these will error out too. In Emscripten this has been fine because in system_lib.py we only build these files when Wasm EH is enabled, but this may not be the case if we upstream our changes.

These changes are due to that Wasm destructor returns its argument, so
in case someone wants to compile out libc++abi _without_ using Wasm EH,
these will error out too. In Emscripten this has been fine because in
`system_lib.py` we only build these files when Wasm EH is enabled, but
this may not be the case if we upstream our changes.
@aheejin aheejin requested a review from sbc100 May 21, 2024 22:25
@aheejin aheejin merged commit 228af1a into emscripten-core:main May 21, 2024
29 checks passed
@aheejin aheejin deleted the destructor_wasm branch May 21, 2024 23:48
aheejin added a commit to aheejin/llvm-project that referenced this pull request May 22, 2024
This upstreams more recent, mostly EH changes from libcxx and libcxxabi:
- `__cxa_init_primary_exception`-related changes made when updating to
  LLVM 18.1.2 (emscripten-core/emscripten#21638)
- Removes ctype macros
  (emscripten-core/emscripten#20960)
- Guard destructor changes with `__wasm__`
  (emscripten-core/emscripten#21974)
aheejin added a commit to llvm/llvm-project that referenced this pull request May 22, 2024
This upstreams more recent, mostly EH changes from libcxx and libcxxabi:
- `__cxa_init_primary_exception`-related changes made when updating to
LLVM 18.1.2 (emscripten-core/emscripten#21638)
- Removes ctype macros
(emscripten-core/emscripten#20960)
- Guard destructor changes with `__wasm__`
(emscripten-core/emscripten#21974)
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.

2 participants