[libcxx-commits] [Diffusion] rGd00e035a4270: [libc++] Make sure we install the modulemap file with install-cxx-headers
NAKAMURA Takumi via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 23 06:14:47 PST 2023
chapuni added subscribers: libcxx-commits, ldionne, chapuni.
chapuni added a comment.
`module.modulemap` has not been installed to a proper directory if `LLVM_ENABLE_PER_TARGET_RUNTIME_DIR`, to fail building the next stage with `LLVM_ENABLE_MODULES`.
`DESTINATION` should be `${LIBCXX_INSTALL_INCLUDE_DIR}`
This also affects `release/15.x`
BRANCHES
main, release/15.x
TAGS
llvmorg-15.0.0, llvmorg-15.0.0-rc1, llvmorg-15.0.0-rc2, llvmorg-15.0.0-rc3, llvmorg-15.0.1, llvmorg-15.0.2, llvmorg-15.0.3, llvmorg-15.0.4, llvmorg-15.0.5, llvmorg-15.0.6, llvmorg-15.0.7, llvmorg-16-init
Users:
ldionne (Author)
https://reviews.llvm.org/rGd00e035a4270
More information about the libcxx-commits
mailing list