Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.
This repository was archived by the owner on May 16, 2025. It is now read-only.

[arm32][5.1] SymbolicValue should stay small #54

@uraimo

Description

@uraimo

Saw this last month, easy fix if it's still in swift-5.1-RELEASE:

/buildSwiftOnARM/swift/lib/SIL/SILConstants.cpp In file included from /home/buildSwiftOnARM/swift/lib/SIL/SILConstants.cpp:13:
/home/buildSwiftOnARM/swift/include/swift/SIL/SILConstants.h:437:1: error: 
static_assert failed "SymbolicValue should stay small" static_assert(sizeof(SymbolicValue) == 2 * sizeof(void *), 
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions