[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 14:01:47 PST 2022
mstorsjo added inline comments.
================
Comment at: compiler-rt/CMakeLists.txt:15
+set(LLVM_COMMON_CMAKE_UTILS CACHE PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake")
+
----------------
This one has `CACHE PATH` in here while the other ones don't. (And this seems to break the build.)
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