Using LLVM instrumentation #739
winksaville
started this conversation in
General
Replies: 3 comments 3 replies
-
Yes it will as the compiler will be adding instructions into the code to mark what's hit instead of having to rely on correctly placing breakpoints |
Beta Was this translation helpful? Give feedback.
0 replies
-
Where does it rank in your priority list?
|
Beta Was this translation helpful? Give feedback.
1 reply
-
SG.
Is the plan to include LLVM instrumentation in 0.18.0 release?
I'm guessing not, as I'm assuming it's still a ways out.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I've run into
Misses in coverage
#351 and was wondering if moving to LLVM coverage instrumentation #549 is expected to improve upon the coverage accuracy?Beta Was this translation helpful? Give feedback.
All reactions