summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/swift-error.ll
Commit message (Collapse)AuthorAgeFilesLines
* AArch64: support SwiftCC properly on AAPCS64Saleem Abdulrasool2017-09-221-0/+18
The previous SwiftCC support for AAPCS64 was partially correct. It setup swiftself parameters in the proper register but failed to setup swifterror in the correct register. This would break compilation of swift code for non-Darwin AAPCS64 conforming environments. llvm-svn: 313956
OpenPOWER on IntegriCloud