Skip to content

-DRT_SUPPORT_SANITIZERS=ON changes runtime ABI #4508

Closed
@JohanEngelen

Description

@JohanEngelen

The runtime ABI should not change for compilation with -d-version=SupportSanitizers, yet it does because of:

version (SupportSanitizers) version = CheckFiberMigration;

and
version (CheckFiberMigration)
{
bool m_allowMigration;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions