Build LLVM Toolchain with ninja and lld#97
Merged
ziuziakowska merged 4 commits intolowRISC:masterfrom Nov 25, 2025
Merged
Conversation
ff14636 to
2a60c56
Compare
2a60c56 to
de1f086
Compare
Signed-off-by: Alice Ziuziakowska <a.ziuziakowska@lowrisc.org>
For consistency with Binutils. Signed-off-by: Alice Ziuziakowska <a.ziuziakowska@lowrisc.org>
Signed-off-by: Alice Ziuziakowska <a.ziuziakowska@lowrisc.org>
We need to build our own Ninja as the version in the almalinux-8 repository is too old and causes the following errors: ninja : error : multiple outputs aren't (yet?) supported by depslog; bring this up on the mailing list if it affects you This was fixed in Ninja v1.10. Signed-off-by: Alice Ziuziakowska <a.ziuziakowska@lowrisc.org>
de1f086 to
e838cd1
Compare
luismarques
approved these changes
Nov 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The version of Ninja in the almalinux-8 repository is outdated and causes the following errors to show up:
multiple outputs aren't (yet?) supported by depslog; bring this up on the mailing list if it affects youThis was fixed in Ninja v1.10, whereas almalinux-8 bundles v1.8.X, so I opted to build a new enough Ninja from source instead of updating the container image.