[PATCH] D127220: [BOLT][AArch64] Preserve in text object alignment

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 10 15:44:53 PDT 2022


rafauler added a comment.

The way we support openSSL users for x86 (or users of any assembly-written libs that have layout assumptions, for that matter) is usually via -skip-funcs.

If we need to fully understand a binary, we might be more aggressive and perhaps even work with the source code of the binary to remove offending code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127220



More information about the llvm-commits mailing list