[PATCH] D132495: [BOLT] Verify externally referenced blocks against jump table targets
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 25 15:07:39 PDT 2022
Amir added inline comments.
================
Comment at: bolt/lib/Core/BinaryFunction.cpp:1878
+ if (opts::Verbosity >= 1) {
+ outs() << "BOLT-WARNING: unclaimed data to code reference (possibly "
+ << "an unrecognized jump table entry) to " << BB->getName()
----------------
@ayermolo: hope the warning makes sense now
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132495/new/
https://reviews.llvm.org/D132495
More information about the llvm-commits
mailing list