Skip to content

On 64-bit windows-msvc, can't specify SysV calling convention #34388

Closed
@jethrogb

Description

@jethrogb

On most 64-bit platforms you can use extern "C" to select the SysV calling convention or extern "win64" to select the Microsoft calling convention. On windows-msvc, extern "C" is the same as extern "win64" and there's no way to select SysV.

Metadata

Metadata

Assignees

No one assigned

    Labels

    O-windows-msvcToolchain: MSVC, Operating system: Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions