[PATCH] D130071: [BOLT] Adapted policy checks for stripped binaries

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 23:13:08 PDT 2022


Amir requested changes to this revision.
Amir added inline comments.
This revision now requires changes to proceed.


================
Comment at: bolt/lib/Core/BinaryContext.cpp:1132
+  // Without .rela.text, BOLT cannot reliably move code
+  // --> BOLT could misidentify some other accesses to the code
+  // --> We relax this conservative approach for stripped binaries
----------------
Please remove `-->` in comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130071



More information about the llvm-commits mailing list