Starting from AIX 7.2 TL5 SP6 and AIX 7.3 TODO the system linker supports thinLTO.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Personal preference style nit but LGTM.
| clang/lib/Driver/ToolChains/CommonArgs.cpp | ||
|---|---|---|
| 674–679 | Above is a refactor nit. | |
| clang/lib/Driver/ToolChains/CommonArgs.cpp | ||
|---|---|---|
| 674–679 | I wanted to avoid touching the CmdArgs.push_bac... line to preserve git blame. Also, the suggested version is more lines. | |
Above is a refactor nit.