This is the first bit from D73546. Primarily setting up the corresponding test. Will add more pretty printers in a separate revision.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think clang-tidy can't find the include because there is no complication database for that file because we don't run debuginfo-tests as part of the premerge-check. We can either change that (but dexter tests fail for me locally), add the file to .clang-tidy-ignore, or simply ignore the error. Which one would you prefer?
Comment Actions
This is breaking the Green Dragon bot: http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/23667/console
Comment Actions
I've reverted this for now (485e6db8729) because one of our internal build bot is failing in the same way. I don't think many (any?) of the bots on http://lab.llvm.org:8011/console build the debuginfo-tests project!