This is an archive of the discontinued LLVM Phabricator instance.

[COFF, ARM64] Add support for MSVC buffer security check
ClosedPublic

Authored by mgrang on Nov 7 2018, 5:53 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

mgrang created this revision.Nov 7 2018, 5:53 PM

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_*).

mgrang added a comment.EditedNov 8 2018, 11:01 AM

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/ mingw-refptr.ll. I made sure I don't break any existing tests :)

rnk accepted this revision.Nov 8 2018, 2:51 PM

lgtm

This revision is now accepted and ready to land.Nov 8 2018, 2:51 PM
This revision was automatically updated to reflect the committed changes.