about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2021-10-11 15:49:40 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2021-10-11 16:33:49 -0400
commit127373822e9d602bc4c9564fd8957a1b0a114835 (patch)
tree1a85d8eb951d615273eef19869c76ea8ce05f5f3 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parent1067e2ca5e9cfe5c79f956e49ffc684c5142d49b (diff)
downloadrust-127373822e9d602bc4c9564fd8957a1b0a114835.tar.gz
rust-127373822e9d602bc4c9564fd8957a1b0a114835.zip
Remove built-in cache_hit tracking
This was already only enabled in debug_assertions builds. Generally, it seems
like most use cases that would use this could also use the -Zself-profile flag
which also tracks cache hits (in all builds), and so the extra cfg's and such
are not really necessary.

This is largely just a small cleanup though, which primarily is intended to make
other changes easier by avoiding the need to deal with this field.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions