Commit 4751222
[pkg/dartdev] Enable Linux ARM cross-compilation on Windows.
The #ifdef block that would stop ARM cross-compilation on Windows
has been outdated for a few years now, as getting the target CPU features via TargetCPUFeatures is now handled appropriately on Windows.
TEST=ci, actual test depends on upload so will be in a followup CL
Issue: #28617
Change-Id: I9907145ec8fb97007769276cb3c6c2442ac9e17c
Cq-Include-Trybots: luci.dart.try:pkg-linux-release-arm64-try,pkg-linux-release-try,pkg-mac-release-arm64-try,pkg-mac-release-try,pkg-win-release-arm64-try,pkg-win-release-try,dart-sdk-linux-riscv64-try,dart-sdk-linux-arm64-try,dart-sdk-linux-try,dart-sdk-mac-try,dart-sdk-win-arm64-try,dart-sdk-win-try,dart-sdk-mac-arm64-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/440224
Commit-Queue: Tess Strickland <[email protected]>
Reviewed-by: Ivan Inozemtsev <[email protected]>1 parent 8f9cf69 commit 4751222
File tree
3 files changed
+2
-14
lines changed- pkg/dartdev/lib/src/commands
- runtime/vm/compiler/assembler
- sdk
3 files changed
+2
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
470 | | - | |
471 | | - | |
| 470 | + | |
472 | 471 | | |
473 | 472 | | |
474 | 473 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 17 | | |
25 | 18 | | |
26 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
879 | 879 | | |
880 | 880 | | |
881 | 881 | | |
| 882 | + | |
882 | 883 | | |
883 | 884 | | |
884 | 885 | | |
885 | 886 | | |
886 | | - | |
887 | | - | |
888 | | - | |
889 | | - | |
890 | | - | |
891 | 887 | | |
892 | 888 | | |
893 | 889 | | |
| |||
0 commit comments