[PATCH] D126137: [X86] Add support for `-mharden-sls=all`

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 14:32:44 PDT 2022


MaskRay added a comment.

gcc has renamed indirect-branch to indirect-jmp.

The rationale is that something like `call *(%rbx)` does not need `int3`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126137



More information about the llvm-commits mailing list