]> granicus.if.org Git - llvm/commit
Merging r328039:
authorTom Stellard <tstellar@redhat.com>
Thu, 10 May 2018 17:27:58 +0000 (17:27 +0000)
committerTom Stellard <tstellar@redhat.com>
Thu, 10 May 2018 17:27:58 +0000 (17:27 +0000)
commitff8f891adbbec145a69c611d0da1c87e89b2264a
treed200afff89c1894fa508940d3e41caf4d81579e6
parent19fb6975c5f250b051ffeaa54dee5a5a25ab6684
Merging r328039:

------------------------------------------------------------------------
r328039 | mstorsjo | 2018-03-20 13:37:51 -0700 (Tue, 20 Mar 2018) | 8 lines

[X86] Don't use the MSVC stack protector names on mingw

Mingw uses the same stack protector functions as GCC provides
on other platforms as well.

Patch by Valentin Churavy!

Differential Revision: https://reviews.llvm.org/D27296
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@332001 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/stack-protector.ll
test/CodeGen/X86/win32-ssp.ll [new file with mode: 0644]