aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2023-12-18 17:15:41 -0800
committerGitHub <noreply@github.com>2023-12-18 17:15:41 -0800
commitd9d20bd81f2f95c9b7510725fb76975e8123a542 (patch)
tree0725e7efec16f65d6c8f563731c72c3a00efe361 /llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
parentc0d5d36dda04cdd409aabc015da0beb810842fcd (diff)
downloadllvm-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