[PATCH] D127413: [BOLT][AARCH64] Skip R_AARCH64_LD_PREL_LO19 relocation

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 10 16:02:07 PDT 2022


rafauler accepted this revision.
rafauler added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: bolt/include/bolt/Core/Relocation.h:58
 
-  /// Handle special cases when relocation should not be processed by bolt
+  /// Skip relocations that we don't want to handle by BOLT
+  static bool skipRelocationType(uint64_t Type);
----------------
by BOLT -> in BOLT


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127413



More information about the llvm-commits mailing list