[PATCH] D112759: [llvm] [Debuginfo] Add llvm-debuginfod-find tool and end-to-end-tests.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 4 17:32:51 PST 2022
MaskRay added inline comments.
================
Comment at: llvm/test/tools/llvm-debuginfod-find/debuginfod.test:5
+# # Query the python server for artifacts
+# RUN: DEBUGINFOD_CACHE_PATH=%t python %s --server-path %S/Inputs \
+# RUN: --tool-cmd 'llvm-debuginfod-find --dump --executable abcdef' | \
----------------
This should use `%python` lit substitution. `python` may mean python2 on some systems. The test needs python3.
I fixed it in 42f9ca55dd487580cfd32d4b803315d789442442
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112759/new/
https://reviews.llvm.org/D112759
More information about the llvm-commits
mailing list