Skip to content
  • Saleem Abdulrasool's avatar
    CodeGen: support SwiftError SwiftCC on Windows x64 · 432b88e5
    Saleem Abdulrasool authored
    Add support for passing SwiftError through a register on the Windows x64
    calling convention.  This allows the use of swifterror attributes on
    parameters which is used by the swift front end for the `Error`
    parameter.  This partially enables building the swift standard library
    for Windows x86_64.
    
    llvm-svn: 313791
    432b88e5
Loading