CodeGen: create a WindowsARMTargetCodeGenInfo
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 30 Jan 2015 23:29:19 +0000 (23:29 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 30 Jan 2015 23:29:19 +0000 (23:29 +0000)
commit71d1dd1e0c80be558b66d7700da79f1fa8d8eb18
tree8c3a3bd635cf74070e2a63be0f008a67a7098b09
parent1ffa9377e1adc10e207815efeb0548249c315b96
CodeGen: create a WindowsARMTargetCodeGenInfo

Create a new TargetCodeGenInfo for Windows on ARM to permit annotating the
functions with stack-probe-size (for /Gs and -mstack-probe-support) for
generating the stack probe necessary for Windows targets.  This will be used by
the backend when lowering the frame to generate the stack probe appropriately.

llvm-svn: 227641
clang/lib/CodeGen/TargetInfo.cpp
clang/test/CodeGen/windows-on-arm-stack-probe-size.c [new file with mode: 0644]