[PATCH] D15696: [ThinLTO] Enable in-place symbol changes for exporting module
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 10:18:48 PST 2016
joker.eph added inline comments.
================
Comment at: lib/Linker/LinkModules.cpp:130
@@ +129,3 @@
+ : Mover(Mover), SrcM(SrcM), Flags(Flags), ImportIndex(Index),
+ FunctionsToImport(FunctionsToImport), ValIDToTempMDMap(ValIDToTempMDMap) {
+ assert((ImportIndex || !FunctionsToImport) &&
----------------
isn't it over 80 cols?
http://reviews.llvm.org/D15696
More information about the llvm-commits
mailing list