[PATCH] D110839: [LNT] Added reading nm and objdump paths from env variables
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 20 06:05:53 PDT 2021
thopre added a comment.
Please add some tests for the environment variables and possibly for the bug fixes depending on what they are. This should also be split into 4 patches, one for each items mentioned. They are all independent, even if you likely made them in one go to get Linux perf work for you. One important reason for splitting is if an issue is found with one of the items the whole patch might need to be reverted. It also allow for easier cherry-pick for people who maintain their own branch of LNT.
Besides the missing tests, the patch LGTM and I'll be happy to approve it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110839/new/
https://reviews.llvm.org/D110839
More information about the llvm-commits
mailing list