-
Notifications
You must be signed in to change notification settings - Fork 2k
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
tree-wide: mixed box of compilation fixes with clang #19634
Merged
Merged
Conversation
This file contains 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
maribu
added
the
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
label
May 19, 2023
maribu
requested review from
miri64,
haukepetersen,
PeterKietzmann,
cgundogan,
aabadie,
fjmolinas,
DipSwitch and
vincent-d
as code owners
May 19, 2023 21:39
github-actions
bot
added
Area: build system
Area: Build system
Area: cpu
Area: CPU/MCU ports
Area: drivers
Area: Device drivers
Area: LoRa
Area: LoRa radio support
Area: network
Area: Networking
Area: pkg
Area: External package ports
Area: sys
Area: System
Area: tests
Area: tests and testing framework
Area: toolchain
Area: toolchains; everything related to compilation, libc, linking, …
Platform: ARM
Platform: This PR/issue effects ARM-based platforms
labels
May 19, 2023
maribu
added
the
State: WIP
State: The PR is still work-in-progress and its code is not in its final presentable form yet
label
May 20, 2023
github-actions
bot
added
Area: BLE
Area: Bluetooth Low Energy support
Area: tools
Area: Supplementary tools
labels
May 20, 2023
LLVM was already blacklisted for some specific Cortex-M targets due to register allocation failing. The issue now has spread. Rather than starting a whack-a-mole game, let's disable LLVM altogether for that package.
bors merge |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Thx :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: BLE
Area: Bluetooth Low Energy support
Area: build system
Area: Build system
Area: CI
Area: Continuous Integration of RIOT components
Area: cpu
Area: CPU/MCU ports
Area: doc
Area: Documentation
Area: drivers
Area: Device drivers
Area: LoRa
Area: LoRa radio support
Area: network
Area: Networking
Area: OTA
Area: Over-the-air updates
Area: pkg
Area: External package ports
Area: sys
Area: System
Area: tests
Area: tests and testing framework
Area: timers
Area: timer subsystems
Area: toolchain
Area: toolchains; everything related to compilation, libc, linking, …
Area: USB
Area: Universal Serial Bus
CI: no fast fail
don't abort PR build after first error
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Platform: ARM
Platform: This PR/issue effects ARM-based platforms
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.
Contribution description
As the title says: This should increase the number of apps being able to build with clang quite a bit.
Testing procedure
TOOLCHAIN=llvm
should be less often result in frustrationIssues/PRs references
Depends on an includes:
Fixes: #18851