Currently, the process of assigning priorities to sections for ordering is split across different points in the LLD pipeline. We can consolidate all the logic of assigning priorities under one function if we first split the code that gathers the data for assigning priorities (which needs to be done across different stages of the driver) from the code that actually assigns priorities (which can be done all at once when all the data has been collected). This diff prepares us for that change by splitting those two codes apart.
Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo