diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2024-07-31 10:14:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-31 10:14:12 +0900 |
commit | d2f77eb8ec620c8068fa471a1d7b9c9756da1913 (patch) | |
tree | 3750c481d8d12cbd62685bf1c0087188a21ade50 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | cc01c83a4ab10fc5421e2121ea273ff1adb3e84c (diff) | |
download | llvm-d2f77eb8ec620c8068fa471a1d7b9c9756da1913.zip llvm-d2f77eb8ec620c8068fa471a1d7b9c9756da1913.tar.gz llvm-d2f77eb8ec620c8068fa471a1d7b9c9756da1913.tar.bz2 |
[MC/DC][Coverage] Introduce "Bitmap Bias" for continuous mode (#96126)
`counter_bias` is incompatible to Bitmap. The distance between Counters
and Bitmap is different between on-memory sections and profraw image.
Reference to `__llvm_profile_bitmap_bias` is generated only if
`-fcoverge-mcdc` `-runtime-counter-relocation` are specified. The
current implementation rejected their options.
```
Runtime counter relocation is presently not supported for MC/DC bitmaps
```
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions