You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[vm] Don't generate gen_snapshot targeting ARM/RISCV64 for ARM64C/X64C.
Currently, DART_COMPRESSED_POINTERS is used both for the host and
the target, and the ARM assembler treats it being defined as an
error and the RISCV assembler does not appropriately define certain
methods when compressed pointers are used.
TEST=manual build of create_sdk for arm64c/x64c, since there are no
pkg/sdk trybots for compressed architectures.
Issue: #28617
Change-Id: Iac31b23b59c0d5cfe2bef007c553f56e5144d782
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/438500
Commit-Queue: Tess Strickland <[email protected]>
Reviewed-by: Martin Kustermann <[email protected]>
Reviewed-by: Ivan Inozemtsev <[email protected]>
0 commit comments