Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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_*).
Comment Actions
Yes, there is a test case fo ther mingw mode of stack protector: llvm/test/CodeGen/AArch64/ mingw-refptr.ll. I made sure I don't break any existing tests :)