]> granicus.if.org Git - clang/commit
Declare WinX86_64ABIInfo to satisfy SwiftABI info
authorArnold Schwaighofer <aschwaighofer@apple.com>
Wed, 12 Oct 2016 18:59:24 +0000 (18:59 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Wed, 12 Oct 2016 18:59:24 +0000 (18:59 +0000)
commit424fd11438c303d85589e786b8a8e07d71c2efcd
tree0d35c2f7e4784c1981b93a7adc37ba2ff8599224
parent30858cad27bbe79a7b28d0c1d552b9d25190bdcc
Declare WinX86_64ABIInfo to satisfy SwiftABI info

This is minimal support that allows swift's test cases on non windows platforms
to pass.

rdar://28738985

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284032 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
lib/CodeGen/TargetInfo.cpp
test/CodeGen/windows-swiftcall.c [new file with mode: 0644]
test/Sema/attr-swiftcall.c