[PATCH] D128082: [BOLT][AArch64] Handle gold linker veneers

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 13:20:35 PDT 2022


rafauler added inline comments.


================
Comment at: bolt/lib/Rewrite/RewriteInstance.cpp:2889
       Function.setIgnored();
       continue;
     }
----------------
Notice this "continue" here. It will cause us to skip calling "BC->processInterproceduralReferences(Function)" for an ignored function.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128082



More information about the llvm-commits mailing list