[PATCH] D24287: [lib/LTO] Rename variable names to be more explicative, as suggested by Mehdi
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 6 18:14:31 PDT 2016
mehdi_amini added inline comments.
================
Comment at: lib/LTO/LTOBackend.cpp:160
@@ -158,2 +159,3 @@
void codegen(Config &C, TargetMachine *TM, AddOutputFn AddOutput, unsigned Task,
+ Module &Mod) {
----------------
Here you missed Config
https://reviews.llvm.org/D24287
More information about the llvm-commits
mailing list