[libcxx-commits] [libcxx] Simplify the __assertion_handler build logic. Be friendly to IDEs. (PR #93333)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 28 11:53:09 PDT 2024
EricWF wrote:
I was wrong. Moving it to the target include directory doesn't work because it introduces a layering violation.
I'll do some digging into _why_ `__assertion_handler` as a separate configurable file is needed at all.
There are likely other idiomatic means to allow overriding the handler.
Where are the requirements on the vendor override documented?
https://github.com/llvm/llvm-project/pull/93333
More information about the libcxx-commits
mailing list