[safestack] Inline safestack pointer access when possible.
Summary: This adds an -mllvm flag that forces the use of a runtime function call to get the unsafe stack pointer, the same that is currently used on non-x86, non-aarch64 android. The call may be inlined. Reviewers: pcc Subscribers: aemerson, kristof.beyls, hiraditya, llvm-commits Differential Revision: https://reviews.llvm.org/D37405 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323259 91177308-0d34-0410-b5e6-96231b3b80d8
Loading
Please sign in to comment