[libcxx-commits] [PATCH] D137451: [CMake] Use LLVM_TARGET_TRIPLE in runtimes
Michał Górny via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 4 11:43:56 PDT 2022
mgorny added inline comments.
================
Comment at: runtimes/CMakeLists.txt:158
"Default target for which the runtimes will be built.")
+set(LLVM_TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}")
----------------
Shouldn't it be a `CACHE` variable?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137451/new/
https://reviews.llvm.org/D137451
More information about the libcxx-commits
mailing list