[PATCH] D80442: [runtimes] Pass COMPILER_RT* through to runtime build
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 28 12:38:50 PDT 2020
phosek added a comment.
This needs be done on a per-target basis, not globally (e.g. you may want to use `COMPILER_RT_BUILD_SANITIZERS=OFF` for target1 but not target2). Have you tried setting `RUNTIMES_${target}_COMPILER_RT_BUILD_SANITIZERS=OFF`? This should be already supported, see for example https://github.com/llvm/llvm-project/blob/master/clang/cmake/caches/Fuchsia-stage2.cmake#L100
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80442/new/
https://reviews.llvm.org/D80442
More information about the llvm-commits
mailing list