mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 11:26:07 +00:00

The new round-robin algorithm overrides the hash-based distribution of functions to modules. It achieves a more even number of functions per module when the number of functions is close to the number of requested modules. It's not in use by default and is available under a new flag.