diff options
author | Michael Jones <michaelrj@google.com> | 2022-02-14 15:15:22 -0800 |
---|---|---|
committer | Michael Jones <michaelrj@google.com> | 2022-02-15 16:12:12 -0800 |
commit | 148a4b240e24fb84dd070c644697a571589fbe86 (patch) | |
tree | 98941c094b88448dee5e109d0821a7d9902e02e4 /llvm/lib/Bitstream/Reader/BitstreamReader.cpp | |
parent | 746c68eafde341555e59bf5d54602b9d406596f9 (diff) | |
download | llvm-148a4b240e24fb84dd070c644697a571589fbe86.zip llvm-148a4b240e24fb84dd070c644697a571589fbe86.tar.gz llvm-148a4b240e24fb84dd070c644697a571589fbe86.tar.bz2 |
[libc] change ASAN condition to generator expression
Previously, building LLVM-libc with GWP ASAN was conditioned on the flag
COMPILER_RT_BUILD_GWP_ASAN, which caused issues do to the default value
of the flag being set in the compiler-rt cmake, which is seperate. Now
GWP ASAN is included based on if it exists as a target, which is more
consistent.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D119789
Diffstat (limited to 'llvm/lib/Bitstream/Reader/BitstreamReader.cpp')
0 files changed, 0 insertions, 0 deletions