diff options
author | Colin Cross <ccross@android.com> | 2023-12-18 17:15:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 17:15:41 -0800 |
commit | d9d20bd81f2f95c9b7510725fb76975e8123a542 (patch) | |
tree | 0725e7efec16f65d6c8f563731c72c3a00efe361 /llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp | |
parent | c0d5d36dda04cdd409aabc015da0beb810842fcd (diff) | |
download | llvm-d9d20bd81f2f95c9b7510725fb76975e8123a542.zip llvm-d9d20bd81f2f95c9b7510725fb76975e8123a542.tar.gz llvm-d9d20bd81f2f95c9b7510725fb76975e8123a542.tar.bz2 |
Honor -fno-sanitize-link-runtime for libclang_rt.asan_static (#66414)
https://reviews.llvm.org/D122407 added a static link against
libclang_rt.asan_static whenever ASAN is linked, but ignored the
-fno-sanitize-link-runtime flag. Every other conditional in
collectSanitizerRuntimes is already checking for SanArgs.linkRuntimes(),
move it to the top of the function so that newly added conditionals
don't need to remember to check it.
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp')
0 files changed, 0 insertions, 0 deletions