-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
add testcase for LTO with picolibc module #81679
add testcase for LTO with picolibc module #81679
Conversation
Testcase for #81674 |
dde4013
to
00dd0c2
Compare
Add a testcase which builds with LTO and the picolibc module. Signed-off-by: Benedikt Schmidt <[email protected]>
00dd0c2
to
7d0e08e
Compare
With the fix in #83132 of @keith-packard these tests now run successfully. There is only one small caveat: We pass
|
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.
+1
Add a testcase which builds with LTO and the picolibc module.