[PATCH] D54187: Add debuginfo-tests that use cdb on Windows
Zachary Turner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 7 08:55:36 PST 2018
zturner added a comment.
In https://reviews.llvm.org/D54187#1290282, @probinson wrote:
> +gbedwell
>
> Just to throw the idea out there, why not abandon debuginfo-tests entirely and try using Dexter for this. Dexter's design center is debug-info quality, not correctness, but it already knows how to drive several different debuggers on multiple platforms.
> Dexter would have to become an LLVM project tool, and I'm not sure how Sony management feels about that, but I think this would be an awesome use-case.
Depends where we draw the distinction between quality and correctness. We specifically want a way to test that when we fix a correctness bug, it's actually fixed against Microsoft debuggers.
https://reviews.llvm.org/D54187
More information about the cfe-commits
mailing list