[PATCH] D23465: [PM] BitcodeWriterPass should derive from PassInfoMixin
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 12 14:07:36 PDT 2016
mehdi_amini added a subscriber: mehdi_amini.
================
Comment at: include/llvm/Bitcode/BitcodeWriterPass.h:72
@@ -71,3 +71,3 @@
static StringRef name() { return "BitcodeWriterPass"; }
};
----------------
The only point of the Mixin right now is to avoid this method, so you should probably remove it as well.
https://reviews.llvm.org/D23465
More information about the llvm-commits
mailing list