[PATCH] D155032: [BOLT][DWARF][NFC] Fix false positive error

Maksim Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 23:20:53 PDT 2023


maksfb accepted this revision.
maksfb added inline comments.
This revision is now accepted and ready to land.


================
Comment at: bolt/lib/Rewrite/DWARFRewriter.cpp:1231
     if (opts::Verbosity >= 1)
       errs() << "BOLT-ERROR: cannot update ranges for DIE in Unit offset 0x"
              << Unit.getOffset() << '\n';
----------------
While you are at it, should we make it "BOLT-WARNING" instead?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155032/new/

https://reviews.llvm.org/D155032



More information about the llvm-commits mailing list