You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove linker version.
- Make AddBuffer a default parameter for LTO::run() to minimize changes
at call sites.
- Format code with clang-format, even if it deviates slightly from the
surrounding style. I decided that CI passing for the PRs was more
important than matching the existing style.
- Order distributor command-line options correctly.
- Remove dead code in llvm-lto2.cpp.
- Add docstrings to Python distributors.
- Update the Python mock.py distributor to validate JSON.
- Organize LLVM DTLTO tests by moving them into a dedicated "dtlto"
directory, tidying existing tests and adding new ones.
- Implement fix for more than one LTO partition (spotted by MaskRay).
0 commit comments