Skip to content

Windows linker changes cause some of our symbols not to be emitted. #8111

@grynspan

Description

@grynspan

Swift Testing has a symbol:

@_cdecl("swt_abiv0_getEntryPoint")
@usableFromInline func abiv0_getEntryPoint() -> UnsafeRawPointer {
  ...
}

With the changes in #8049, it looks like this symbol is no longer being exported and our tests around it have started failing.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions