-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Support embedding LLVM bitcode on AIX #109524
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
r? compiler |
r? @nagisa |
Could you please reference some documentation on the section names AIX expects? I’m particularly curious what happens if you try to link together some system library with an |
No, there isn't currently. We haven't support The purpose of this PR currently is to workaround linking issue we have encountered during bootstrap, since the linker doesn't recognize the inline assembly generated by
We are planning to support LTO on AIX, and this might be the name of the section to store LLVM bitcode.
AIX linker will ignore |
@rustbot ready |
Ah, sorry for missing this!
Awesome, this is the behaviour that resolves any worries I might have had about keeping this section. @bors r+ |
Support embedding LLVM bitcode on AIX
☀️ Test successful - checks-actions |
Finished benchmarking commit (56d507d): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 659.918s -> 660.386s (0.07%) |
No description provided.