Adds -import-cutoff=N which will stop importing during the thin link
after N imports. Default is -1 (no limit).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The patch was very helpful for my last triaging of a runtime issue only exposed in thinlto mode. Thanks for contributing it to upstream!