[all-commits] [llvm/llvm-project] 10343c: [libc++][C++20 modules] Fixes CMake include paths....
Mark de Wever via All-commits
all-commits at lists.llvm.org
Mon Sep 4 11:36:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10343c910b1d3090edd4810ee36402b5b8242fcf
https://github.com/llvm/llvm-project/commit/10343c910b1d3090edd4810ee36402b5b8242fcf
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-09-04 (Mon, 04 Sep 2023)
Changed paths:
M libcxx/modules/CMakeLists.txt
M libcxx/modules/CMakeLists.txt.in
Log Message:
-----------
[libc++][C++20 modules] Fixes CMake include paths. (#65079)
When the modules are used in a bootstrap build the paths
${LIBCXX_GENERATED_INCLUDE_DIR} and
${LIBCXX_GENERATED_INCLUDE_TARGET_DIR} have a different value and both
are needed to build modules.
This issue has been reported on Slack.
More information about the All-commits
mailing list