-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable LLVM_IAS=1 for more 32b arm targets #93
Conversation
arm32_v6 isn't booting with IAS: ClangBuiltLinux/linux#1313 arm32_v7 is blocked on one last build issue: ClangBuiltLinux/linux#1286 arm32_all{mod|yes}config is blocked on some patches that will probably land in the 5.12 merge window: https://www.armlinux.org.uk/developer/patches/viewpatch.php?id=9061/1 https://www.armlinux.org.uk/developer/patches/viewpatch.php?id=9062/1 I need to go chase backports back to 4.19.
@@ -175,7 +175,7 @@ builds: | |||
- {<< : *arm32_v7, << : *stable-5_10, << : *llvm, boot: true, llvm_version: *llvm_tot} | |||
- {<< : *arm32_v7_t, << : *stable-5_10, << : *llvm, boot: true, llvm_version: *llvm_tot} | |||
- {<< : *arm32_allmod, << : *stable-5_10, << : *llvm, boot: false, llvm_version: *llvm_tot} | |||
- {<< : *arm32_allno, << : *stable-5_10, << : *llvm, boot: false, llvm_version: *llvm_tot} | |||
- {<< : *arm32_allno, << : *stable-5_10, << : *llvm_full, boot: false, llvm_version: *llvm_tot} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can other things on 5.10 be enabled or is this the only one for now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not yet, so far for 5.10 we need at least:
3c9f5708b7aed6a963e2aefccbd1854802de163e v5.11-rc1
0b1674638a5c69cbace63278625c199100955490 v5.11-rc1
67e3f828bd4bf5e4eb4214dc4eb227d8f1c8a877 v5.11-rc1
|
oops, done, PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
arm32_v6 isn't booting with IAS:
ClangBuiltLinux/linux#1313
arm32_v7 is blocked on one last build issue:
ClangBuiltLinux/linux#1286
arm32_all{mod|yes}config is blocked on some patches that will probably
land in the 5.12 merge window:
https://www.armlinux.org.uk/developer/patches/viewpatch.php?id=9061/1
https://www.armlinux.org.uk/developer/patches/viewpatch.php?id=9062/1
I need to go chase backports back to 4.19.