[PATCH] D49793: [AArch64] - return address signing

Kostya Serebryany via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 25 13:27:17 PDT 2018


kcc added inline comments.


================
Comment at: include/clang/Frontend/CodeGenOptions.h:114
+    Partial,        // Sign the return address of functions that spill LR
+    All             // Sign the return address of all functions
+  };
----------------
what's the purpose of signing LR if it is not spilled? 


https://reviews.llvm.org/D49793





More information about the cfe-commits mailing list