[PATCH] D49791: [AArch64] - Generate pointer authentication instructions
Javed Absar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 25 06:53:11 PDT 2018
javed.absar added inline comments.
================
Comment at: lib/Target/AArch64/AArch64FrameLowering.cpp:298
+
+ assert(Scope.equals_lower("partial"));
+
----------------
Please add reason string to the assert e.g. asset(... && "expected one of none|all|partial");
Repository:
rL LLVM
https://reviews.llvm.org/D49791
More information about the llvm-commits
mailing list