This matches the existing ordering that's been there for globals for a while (__stack_pointer coming first).
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
- Build Status
Buildable 15914 Build 15914: arc lint + arc unit
Event Timeline
Comment Actions
Thanks!
Sad that so much test output changes when we that. Perhaps its inevitable for this kind of change, but perhaps our tests could be less fragile too. Maybe once we have the good disassembly this will be a better format for checking against.
Comment Actions
Thanks. We could consider sorting the type section (lexicographically by result/arg types) so at least we don't have to renumber all the type relocations through our test files when two functions swap order. Currently the types are ordered by functions that use them.
I'll put that on my todo list, although I don't really relish the thought of the test updates that would accompany that change when it's introduced...!