diff options
author | thetruestblue <bblueconway@gmail.com> | 2024-11-25 07:22:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-25 07:22:45 -0800 |
commit | 7800d59f5bd03e38db0bbe94db5f8a3e0ec1a9a6 (patch) | |
tree | 9ea1524b8bed00baab1e7d1c5b472fe3e8e4325f /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 387be04dde0a2618d2baf37a4652a076c003b4a2 (diff) | |
download | llvm-7800d59f5bd03e38db0bbe94db5f8a3e0ec1a9a6.zip llvm-7800d59f5bd03e38db0bbe94db5f8a3e0ec1a9a6.tar.gz llvm-7800d59f5bd03e38db0bbe94db5f8a3e0ec1a9a6.tar.bz2 |
[SanitizerCoverage] Add gated tracing callbacks support to trace-cmp (#113227)
The option -sanitizer-coverage-gated-trace-callbacks gates the
invocation of the trace-pc-guard callbacks based on the value of a
global variable, which is stored in a specific section.
In this commit, we extend this feature to trace-cmp and gate the cmp
callbacks to the same variable used for trace-pc-guard.
Update SanitizerCoverage doc with this flag.
rdar://135404160
Patch by: Andrea Fioraldi
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions