[PATCH] D24095: [lib/LTO] Add a way to run a custom pipeline
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 11:36:28 PDT 2016
mehdi_amini added inline comments.
================
Comment at: lib/LTO/LTOBackend.cpp:145
@@ -138,1 +144,3 @@
+static void runNewPMCustomPasses(Config &C, Module &M, TargetMachine *TM) {
+ PassBuilder PB(TM);
----------------
Please use better variable name.
(I know the rest of the file doesn't, but we should fix it and not spread this).
https://reviews.llvm.org/D24095
More information about the llvm-commits
mailing list