[PATCH] D112759: [llvm] [Debuginfo] Add llvm-debuginfod-find tool and end-to-end-tests.

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 12:07:40 PST 2022


noajshu added a comment.

In D112759#3271718 <https://reviews.llvm.org/D112759#3271718>, @Hahnfeld wrote:

> The test still doesn't work for me on Python 3.6 because `ThreadingHTTPServer` was apparently introduced with Python 3.7.

Thanks @Hahnfeld for pointing this out!
I think I can make it python 3.6 compatible soon.
Also, I'll add some lit tests to the WIP debuginfod server patch (D114846 <https://reviews.llvm.org/D114846>) to ping our own (real) debuginfod server with `llvm-debuginfod-find`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112759/new/

https://reviews.llvm.org/D112759



More information about the llvm-commits mailing list