[PATCH] D140005: [runtimes] Pass on COMPILER_RT_BUILD_GWP_ASAN option
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 18 06:33:11 PST 2022
phosek requested changes to this revision.
phosek added a comment.
This revision now requires changes to proceed.
This is not the right approach, this would override the setting for every target but that's undesirable. The bootstrapping build allows building runtimes for multiple targets, but only some of them might want to set this option. See https://github.com/llvm/llvm-project/blob/ba57d2ad4e9ae39ab824430baece730649758dd5/clang/cmake/caches/Fuchsia-stage2.cmake#L114 for the correct way to set this option.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140005/new/
https://reviews.llvm.org/D140005
More information about the llvm-commits
mailing list