[PATCH] D80438: [LLD/MinGW]: Expose --thinlto-cache-dir
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 23 12:43:55 PDT 2020
mstorsjo accepted this revision.
mstorsjo added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
================
Comment at: lld/MinGW/Options.td:94
+defm thinlto_cache_dir: EqLong<"thinlto-cache-dir",
+ "Path to ThinLTO cached object file directory">;
----------------
Another nitpick: I try to keep these sorted alphabetically, so you could move it up above Xlink before committing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80438/new/
https://reviews.llvm.org/D80438
More information about the llvm-commits
mailing list