[libcxx-commits] [libcxx] [libc++][RFC] Only include what is required by-version in the umbrella headers (PR #83740)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 4 09:58:43 PST 2024
================
@@ -5,7 +5,7 @@
set(LLVM_DIR_SAVE ${LLVM_DIR})
set(Clang_DIR_SAVE ${Clang_DIR})
-find_package(Clang 18)
+find_package(Clang 19)
----------------
mordante wrote:
This does not belong in this patch. (I've a draft patch to fix this properly.)
https://github.com/llvm/llvm-project/pull/83740
More information about the libcxx-commits
mailing list