[PATCH] D51429: [AArch64] Return Address Signing B Key Support

Javed Absar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 1 08:30:50 PDT 2018


javed.absar added inline comments.


================
Comment at: include/clang/Frontend/CodeGenOptions.h:117
 
+  enum SignReturnAddressKeyValue { AKey, BKey };
+
----------------
Perhaps a line of comment on each enum-value would be useful (much like the code around).


https://reviews.llvm.org/D51429





More information about the cfe-commits mailing list