[PATCH] D18632: Faster stack-protector for Android/AArch64.
Tim Shen via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 13:15:57 PDT 2016
timshen added a comment.
I slightly prefer taking a Module&, since by taking a Module&, getStackCookieLocation doesn't have a chance to insert a concrete instruction to a potentially specified place. That's taking Module& makes the interface narrower. But I don't have strong opinion on this.
Repository:
rL LLVM
http://reviews.llvm.org/D18632
More information about the llvm-commits
mailing list