[PATCH] D93656: Moving UniqueInternalLinkageNamesPass to the start of IR pipelines.

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 22 12:54:52 PST 2020


aeubanks added inline comments.


================
Comment at: llvm/include/llvm/Passes/PassBuilder.h:140
   bool DebugLogging;
+  bool UniqueLinkageNames;
   TargetMachine *TM;
----------------
This seems better suited to be part of PipelineTuningOptions rather than directly in PassBuilder


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93656



More information about the cfe-commits mailing list