[PATCH] D54187: Add debuginfo-tests that use cdb on Windows
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 28 16:01:11 PDT 2019
rnk added a comment.
Thanks! I don't think this suite is going to get too far out of control. I think for most debug info features, checking the info itself gives enough confidence that things work, but there are these cases where I also want an integration test.
I'm picking this up again because I really want to have an integration test for this inline function line table bug that I'm working on: https://crbug.com/965670. LLVM thinks it's generating the right information, but the debugger doesn't interpret it the way we expect. I'll try to get these tests running on http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54187/new/
https://reviews.llvm.org/D54187
More information about the cfe-commits
mailing list