[libcxx-commits] [libcxx] [libc++] Install the GDB pretty printers under share/ (PR #181416)
Michael Buch via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 16 01:31:25 PST 2026
================
@@ -417,6 +417,8 @@ set(LIBCXX_INSTALL_RUNTIME_DIR "${CMAKE_INSTALL_BINDIR}" CACHE STRING
"Path where built libc++ runtime libraries should be installed.")
set(LIBCXX_INSTALL_MODULES_DIR "share/libc++/v1" CACHE STRING
"Path where target-agnostic libc++ module source files should be installed.")
+set(LIBCXX_INSTALL_EXTRAS_DIR "share" CACHE STRING
+ "Path where target-agnostic additional libc++ content is installed (e.g. debugging data formatters).")
----------------
Michael137 wrote:
perhaps:
```suggestion
"Path where target-agnostic additional libc++ content is installed (e.g. debugger data formatters).")
```
?
https://github.com/llvm/llvm-project/pull/181416
More information about the libcxx-commits
mailing list