Skip to content

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
@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)
blueboxd pushed a commit to blueboxd/libcxx that referenced this pull request Apr 19, 2025
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)

NOKEYCHECK=True
GitOrigin-RevId: 271eb0686b7b0f9d2e016751399b948ccbbe7925
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