This is an archive of the discontinued LLVM Phabricator instance.

COFF: Implement ThinLTO cache and cache pruning support.
ClosedPublic

Authored by pcc on Sep 7 2017, 5:35 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Sep 7 2017, 5:35 PM
ruiu accepted this revision.Sep 7 2017, 5:43 PM

LGTM

clang/docs/ThinLTO.rst
128 ↗(On Diff #114293)

Is "as of LLVM 6.0" better?

lld/COFF/Driver.cpp
880 ↗(On Diff #114293)

Just like other pieces of code, I'd add

// Handle /lldltocache

It might be a bit too verbose, but I'd keep it consistent.

883 ↗(On Diff #114293)

nit: you don't need {}

This revision is now accepted and ready to land.Sep 7 2017, 5:43 PM
This revision was automatically updated to reflect the committed changes.
pcc marked 3 inline comments as done.