This patch adds an option named --thinlto-cache-dir, which specifies the
path to a directory in which to cache native object files for ThinLTO
incremental builds.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 4418 Build 4418: arc lint + arc unit
Event Timeline
Comment Actions
I can make a guess, but can you explain what this is for? (and add that to the code as comments?)
Comment Actions
The logic looks good. I'll let Rui review the style.
lld/ELF/LTO.cpp | ||
---|---|---|
177–178 | explicit type, maybe? |
Comment Actions
We should llvm/cmake/modules/HandleLLVMOptions.cmake to add this by default when LLVM_ENABLE_LTO=Thin to match Darwin.
explicit type, maybe?