[libcxx-commits] [libcxx] [libc++] Add __assertion_handler to the modulemap (PR #131031)

Ian Anderson via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 19 10:47:57 PDT 2025


ian-twilightcoder wrote:

Can we make __assertion_handler's module `export *` instead? `__assertion_handler` has declarations in it, and so it shouldn't be `textual`. (We have this problem with some other headers that we should eventually tackle, but let's not add to the list?)

https://github.com/llvm/llvm-project/pull/131031


More information about the libcxx-commits mailing list