Debug builds of libc++abi with libc++ assertions currently fail due to a
missing reference to __libcpp_verbose_abort(). This fixes the linker errors
by disabling the libc++-internal assertions while building this file.
I'm not convinced this is the best approach for fixing this problem, maybe
we should just provide a stub implementation of __libcpp_verbose_abort()
in this file instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Instead, I think I would add target_compile_definitions to cxxabi_shared and cxxabi_static.
Comment Actions
I'ma gonna replace the call to lower_bound in the demangler. https://github.com/llvm/llvm-project/issues/58117