[PATCH] D123334: [BOLT] Update skipRelocation for aarch64

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 12:53:44 PDT 2022


rafauler added inline comments.


================
Comment at: bolt/lib/Core/Relocation.cpp:227
 
+  // The ld might relax ADRP+ADD or ADRP+LDR sequences to the ADR+NOP
+  switch (Type) {
----------------
By ld, do you mean GNU ld? How is the test testing for that? (since it uses lld)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123334



More information about the llvm-commits mailing list