[PATCH] D84414: [RISCV] Support Shadow Call Stack

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 10:24:11 PDT 2020


lenary added a comment.

Why do we have to pass `-ffixed-x18` when compiling? Is it enough to just reserve `x18` whenever the function has the shadow call stack attribute?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84414



More information about the llvm-commits mailing list