[libcxx-commits] [libcxx] [libcxx] [modules] Fix relative paths with absolute LIBCXX_INSTALL_MODULES_DIR (PR #85756)
Paul Kirth via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 20 08:30:48 PDT 2024
Martin =?utf-8?q?Storsjö?= <martin at martin.st>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/85756 at github.com>
ilovepi wrote:
Hi, we're seeing the following error in our CI after this patch ... I'm not totally sure this is completely the right approach. We see this on all platforms(linux, windows, mac).
```
CMake Error at /b/s/w/ir/x/w/llvm-llvm-project/libcxx/modules/CMakeLists.txt:209 (cmake_path):
Error after keyword "BASE_DIRECTORY":
missing required value
CMake Error at /b/s/w/ir/x/w/llvm-llvm-project/libcxx/modules/CMakeLists.txt:212 (cmake_path):
Error after keyword "BASE_DIRECTORY":
missing required value
CMake Error at /b/s/w/ir/x/w/llvm-llvm-project/libcxx/modules/CMakeLists.txt:215 (file):
file RELATIVE_PATH called with incorrect number of arguments
```
https://ci.chromium.org/ui/p/fuchsia/builders/toolchain.ci/clang-linux-x64-rbe/b8752958259472772145/overview
Can you take a look and revert if it will be hard to fix quickly?
https://github.com/llvm/llvm-project/pull/85756
More information about the libcxx-commits
mailing list