X86: correct library call setup for Windows itanium
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 24 Jul 2014 17:46:36 +0000 (17:46 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 24 Jul 2014 17:46:36 +0000 (17:46 +0000)
commitc61ed0474e5da9254cf1da2b7282fc27cacc7724
tree94e141bfc537811ebe60d43adcde372f6a4c177c
parent83592a2d3210394944d230319a2325af94b839f1
X86: correct library call setup for Windows itanium

This target is identical to the Windows MSVC (and follows Microsoft ABI for C).
Correct the library call setup for this target.  The same set of library calls
are missing on this environment.

llvm-svn: 213883
llvm/lib/Target/TargetLibraryInfo.cpp
llvm/test/MC/X86/x86-windows-itanium-libcalls.ll [new file with mode: 0644]