[PATCH] D54248: [COFF, ARM64] Add support for MSVC buffer security check
Mandeep Singh Grang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 8 11:01:30 PST 2018
mgrang added a comment.
In https://reviews.llvm.org/D54248#1291831, @mstorsjo wrote:
> Is there any existing test case for the mingw mode of the stack protector for aarch64? If not, can you add one at the same time, to show that it doesn't change with this patch (i.e. still uses `__stack_chk_*`).
Yes, there is a test case fo ther mingw mode of stack protector: llvm/test/CodeGen/AArch64$ vi mingw-refptr.ll. I made sure I don't break any existing tests :)
Repository:
rL LLVM
https://reviews.llvm.org/D54248
More information about the llvm-commits
mailing list