[PATCH] D24095: [lib/LTO] Add a way to run a custom pipeline
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 6 15:32:02 PDT 2016
mehdi_amini added inline comments.
================
Comment at: lib/LTO/LTOBackend.cpp:125
@@ +124,3 @@
+ std::string PipelineDesc,
+ bool DisableVerify) {
+ PassBuilder PB(TM);
----------------
It seems like this should be provided in LLVM somewhere, why would this be different between `opt` or `clang` for instance and LTO?
https://reviews.llvm.org/D24095
More information about the llvm-commits
mailing list