[PATCH] D80438: [LLD/MinGW]: Expose --thinlto-cache-dir
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri May 22 14:30:24 PDT 2020
    
    
  
MaskRay added inline comments.
================
Comment at: lld/MinGW/Options.td:86
+defm thinlto_cache_dir: Eq<"thinlto-cache-dir",
+  "Path to ThinLTO cached object file directory">;
+
----------------
mstorsjo wrote:
> Not sure if this really needs a section of its own - I'd put it below in LLD specific options.
This can be EqLong. In ELF, I did not know `EqLong` and added `EEq`.
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