[PATCH] D54187: Add debuginfo-tests that use cdb on Windows
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 7 10:52:58 PST 2018
probinson added a comment.
In https://reviews.llvm.org/D54187#1290340, @gbedwell wrote:
> (Dexter) will step through every line of the program it can, collecting info about each step until it reaches the program exit. It won't currently produce a pass/fail, but rather a score. That is, if it observes that 'x' is visible and has the value 42 it'll get a perfect score.
Seems like it would easy enough to base pass/fail on getting a perfect score, for the purpose of debuginfo-tests.
https://reviews.llvm.org/D54187
More information about the cfe-commits
mailing list