[libcxx-commits] [PATCH] D116477: Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarity
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jan 1 12:47:54 PST 2022
mstorsjo added inline comments.
================
Comment at: libcxxabi/CMakeLists.txt:20
+ "${LLVM_COMMON_CMAKE_UTILS}/cmake"
+ "${LLVM_COMMON_CMAKE_UTILS}/cmake/Modules"
)
----------------
This has a duplicate `/cmake` (not present in the other ones). I presume the libcxx precommit CI will tell you that in an hour too...
Other than that, it does seem to build fine in my setup.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116477/new/
https://reviews.llvm.org/D116477
More information about the libcxx-commits
mailing list