Skip to content

Commit cbb53d0

Browse files
committed
generator: yml: Update Android LLVM ARM builds
This upgrades a few ARM builds done with llvm-android to use the integrated assembler (which should have been done long ago...) and reinstates allyesconfig as a result, which was disabled due to an issue that shows up with the GNU assembler. Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 779426f commit cbb53d0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

generator/yml/0009-llvm-android.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
# Next #
66
##########
77
- {<< : *arm32_v5, << : *next, << : *llvm_full, boot: true, << : *llvm_android}
8-
- {<< : *arm32_v6, << : *next, << : *llvm, boot: true, << : *llvm_android}
8+
- {<< : *arm32_v6, << : *next, << : *llvm_full, boot: true, << : *llvm_android}
99
- {<< : *arm32_v7, << : *next, << : *llvm_full, boot: true, << : *llvm_android}
1010
- {<< : *arm32_v7_t, << : *next, << : *llvm_full, boot: true, << : *llvm_android}
11-
- {<< : *arm32_allmod, << : *next, << : *llvm, boot: false, << : *llvm_android}
11+
- {<< : *arm32_allmod, << : *next, << : *llvm_full, boot: false, << : *llvm_android}
1212
- {<< : *arm32_allno, << : *next, << : *llvm_full, boot: false, << : *llvm_android}
13-
# ARM allyesconfig build disabled: https://github.com/ClangBuiltLinux/linux/issues/1615
14-
# - {<< : *arm32_allyes, << : *next, << : *llvm, boot: false, << : *llvm_android}
13+
- {<< : *arm32_allyes, << : *next, << : *llvm_full, boot: false, << : *llvm_android}
1514
- {<< : *arm64, << : *next, << : *llvm_full, boot: true, << : *llvm_android}
1615
- {<< : *arm64be, << : *next, << : *llvm_full, boot: true, << : *llvm_android}
1716
- {<< : *arm64_lto_full, << : *next, << : *llvm_full, boot: true, << : *llvm_android}

0 commit comments

Comments
 (0)