[PATCH] D120490: lld: Enable new passmanager plugin support for LTO

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 17:48:05 PST 2022


MaskRay added inline comments.


================
Comment at: lld/ELF/Config.h:147
   std::vector<uint8_t> buildIdVector;
+  std::vector<std::string> PassPlugins;
   llvm::MapVector<std::pair<const InputSectionBase *, const InputSectionBase *>,
----------------
teemperor wrote:
> 
`passPlugins`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120490/new/

https://reviews.llvm.org/D120490



More information about the llvm-commits mailing list