]> granicus.if.org Git - llvm/commit
Merging r213883:
authorBill Wendling <isanbard@gmail.com>
Mon, 4 Aug 2014 04:27:37 +0000 (04:27 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 4 Aug 2014 04:27:37 +0000 (04:27 +0000)
commit7eef54e612e5ac7fc2fac660bdc5d7c21a071b57
tree9a627fe83cfef17652ee3fb2fe70ba9c37411445
parent0275b43b191de1af2904128a2b89c5f0d4a34799
Merging r213883:
------------------------------------------------------------------------
r213883 | compnerd | 2014-07-24 10:46:36 -0700 (Thu, 24 Jul 2014) | 5 lines

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.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_35@214686 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/TargetLibraryInfo.cpp
test/MC/X86/x86-windows-itanium-libcalls.ll [new file with mode: 0644]