[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
Sat Dec 11 13:22:46 PST 2021


noajshu added a comment.

It seems like some buildbots use python that is below 3.6 (see buildbot failure due to missing python3.6 features <https://lab.llvm.org/buildbot/#/builders/164/builds/6751/steps/6/logs/FAIL__LLVM__debuginfod_test>)
This seems to contradict LLVM's testing infra docs which say to use python3.6 or later.
Either way I've backported most parts of the python testing script to be more compatible with earlier python.



================
Comment at: llvm/test/CMakeLists.txt:80
           dsymutil
           llvm-dwarfdump
           llvm-dwp
----------------
thakis wrote:
> you have to add llvm-debuginfod-find here too so that it's guaranteed the executable is build before tests are run when target check-llvm is built
Thanks so much! 


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

https://reviews.llvm.org/D112759



More information about the llvm-commits mailing list