[llvm] [llvm-profgen] More tweaks to warnings (PR #68608)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 13 16:13:12 PDT 2023
================
@@ -707,6 +703,19 @@ void ProfiledBinary::disassemble(const ELFObjectFileBase *Obj) {
}
}
+ if (!AddrsWithInvalidInstruction.empty()) {
----------------
WenleiHe wrote:
It seems like we print aggregate after detailed warning for AddrsWithMultipleSymbols. Can we be consistent here?
https://github.com/llvm/llvm-project/pull/68608
More information about the llvm-commits
mailing list