Notify the linker when a TU compiled with split-stack has a function without a prologue.
authorSterling Augustine <saugustine@google.com>
Mon, 26 Nov 2018 23:26:31 +0000 (23:26 +0000)
committerSterling Augustine <saugustine@google.com>
Mon, 26 Nov 2018 23:26:31 +0000 (23:26 +0000)
commit9cc1ffadc5ad06ab846a7da95a1afb874b9f3d98
tree63b16c82349b18b40c15d2006d495f604e4fc5b0
parente83e93f403c1df0cc80d43c16cdc71d8084d1718
Notify the linker when a TU compiled with split-stack has a function without a prologue.

More context here: https://go-review.googlesource.com/c/go/+/148819/

llvm-svn: 347614
llvm/lib/Target/ARM/ARMFrameLowering.cpp
llvm/lib/Target/X86/X86FrameLowering.cpp
llvm/test/CodeGen/X86/segmented-stacks-standalone.ll [new file with mode: 0644]