Skip to content
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

Merged
merged 2 commits into from
Feb 26, 2021
Merged

enable LLVM_IAS=1 for more 32b arm targets #93

merged 2 commits into from
Feb 26, 2021

Conversation

nickdesaulniers
Copy link
Member

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.

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}
Copy link
Member

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?

Copy link
Member Author

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

@nathanchance
Copy link
Member

generate.sh all?

@nickdesaulniers
Copy link
Member Author

generate.sh all?

oops, done, PTAL

Copy link
Member

@nathanchance nathanchance left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@nickdesaulniers nickdesaulniers merged commit a2a9e19 into main Feb 26, 2021
@nickdesaulniers nickdesaulniers deleted the arm32 branch February 26, 2021 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants