[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:19:01 PST 2021


noajshu updated this revision to Diff 393693.
noajshu marked an inline comment as done.
noajshu added a comment.

Add `llvm-debuginfod-find` to list of required binaries for lit tests and update llvm-debuginfod-find test script to be more compatible with older pythons. (see buildbot failure due to python usage below 3.6: https://lab.llvm.org/buildbot/#/builders/164/builds/6751/steps/6/logs/FAIL__LLVM__debuginfod_test)


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

https://reviews.llvm.org/D112759

Files:
  llvm/test/CMakeLists.txt
  llvm/test/lit.cfg.py
  llvm/test/lit.site.cfg.py.in
  llvm/test/tools/llvm-debuginfod-find/Inputs/buildid/abcdef/debuginfo
  llvm/test/tools/llvm-debuginfod-find/Inputs/buildid/abcdef/executable
  llvm/test/tools/llvm-debuginfod-find/Inputs/buildid/abcdef/source/directory/file.c
  llvm/test/tools/llvm-debuginfod-find/debuginfod.test
  llvm/tools/llvm-debuginfod-find/CMakeLists.txt
  llvm/tools/llvm-debuginfod-find/llvm-debuginfod-find.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112759.393693.patch
Type: text/x-patch
Size: 10833 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211211/17d37888/attachment.bin>


More information about the llvm-commits mailing list