[libcxx-commits] [libcxx] [libc++][hardening] Rework how the assertion handler can be overridden. (PR #77883)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 12 13:20:54 PST 2024
================
@@ -146,9 +146,9 @@ IWYU, you should run the tool like so:
If you would prefer to not use that flag, then you can replace ``/path/to/include-what-you-use/share/libcxx.imp``
file with the libc++-provided ``libcxx.imp`` file.
-.. _termination-handler:
+.. _assertion-handler:
----------------
ldionne wrote:
I think we should move this to `BuildingLibcxx.rst` since this is now a vendor-level build/configure time notion. This doesn't really make sense in the user-facing documentation anymore.
https://github.com/llvm/llvm-project/pull/77883
More information about the libcxx-commits
mailing list