Closed uraimo closed 4 years ago
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.
See PR27515.
Included in 5.2.
Saw this last month, easy fix if it's still in swift-5.1-RELEASE: