]> granicus.if.org Git - llvm/commit
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)
commit69280f8844339c25ba33ff14ac3a6b411660d914
tree9b034f5349d0f14f5a7b7484f1f2a0188d10dfcb
parent855a7e6effbfa8e0e502766cd5191a606e0985a7
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/trunk@213883 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/TargetLibraryInfo.cpp
test/MC/X86/x86-windows-itanium-libcalls.ll [new file with mode: 0644]