New comment by sbromberger on void-packages repository https://github.com/void-linux/void-packages/pull/46935#issuecomment-1837482975 Comment: So far this is working really well. Here are my notes: - built llvm17, installed via `xi` - noticed that clang, clang-tools-extra, lldb, libcxx, and libcxx-devel are symlinked - installed each of those via `xi` - Enjoying `#include ` goodness with `clang++ -std=c++23 -stdlib=libc++` This is on `Linux hydrogen 6.5.12_1 #1 SMP PREEMPT_DYNAMIC Mon Nov 20 18:31:50 UTC 2023 x86_64 GNU/Linux` Thanks for making this PR.