Skip to content
  • Charles Davis's avatar
    Target/X86: Add explicit Win64 and System V/x86-64 calling conventions. · e8f297ca
    Charles Davis authored
    Summary:
    This patch adds explicit calling convention types for the Win64 and
    System V/x86-64 ABIs. This allows code to override the default, and use
    the Win64 convention on a target that wants to use SysV (and
    vice-versa). This is needed to implement the `ms_abi` and `sysv_abi` GNU
    attributes.
    
    Reviewers:
    
    CC:
    
    llvm-svn: 186144
    e8f297ca
Loading