[PATCH] D92378: [llvm-objdump] Only print unrecognized CPU warning once
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 2 04:16:50 PST 2020
DavidSpickett planned changes to this revision.
DavidSpickett added a comment.
> Actually, more generally this warning shouldn't be printed directly to errs() in the lower-level code, but rather somehow fed back to the tool
Agreed, I will try that out. Alternatively I might be able to avoid the lone getSchedModel call in the Arm target and make it harder to do things incorrectly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92378/new/
https://reviews.llvm.org/D92378
More information about the llvm-commits
mailing list