[PATCH] D154125: MachineFunction: -fsanitize={function, kcfi}: ensure 4-byte alignment

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 01:24:19 PDT 2023


simon_tatham accepted this revision.
simon_tatham added a comment.

Thanks – this looks much more like what I was imagining!

(I didn't just fix it myself this way because I was nervous about it affecting non-Arm architectures whose requirements I didn't know anything about. But @efriedma's comment on D154043 <https://reviews.llvm.org/D154043> seems like a good argument that it's the right thing everywhere.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154125



More information about the llvm-commits mailing list