[PATCH] D15696: [ThinLTO] Enable in-place symbol changes for exporting module
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 10:25:38 PST 2016
tejohnson 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) &&
----------------
joker.eph wrote:
> isn't it over 80 cols?
Uh, yes it is. Ok, got git clang-format to fix this. Looks like I need to specify the file name along with the commit ids to get it to format unmodified files.
http://reviews.llvm.org/D15696
More information about the llvm-commits
mailing list