This is an archive of the discontinued LLVM Phabricator instance.

[cmake] Add LLVM_THINLTO_CACHE_PATH
ClosedPublic

Authored by thieta on Mar 8 2022, 7:19 AM.

Details

Summary

This allows you to set a custom path to the ThinLTO cache so that
it can be shared when building in several different build directories.

Diff Detail

Event Timeline

thieta created this revision.Mar 8 2022, 7:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2022, 7:19 AM
thieta requested review of this revision.Mar 8 2022, 7:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2022, 7:20 AM
phosek accepted this revision.Mar 11 2022, 12:16 PM

LGTM

llvm/cmake/modules/HandleLLVMOptions.cmake
1085

Typo

This revision is now accepted and ready to land.Mar 11 2022, 12:16 PM
This revision was landed with ongoing or failed builds.Mar 13 2022, 11:47 PM
This revision was automatically updated to reflect the committed changes.