[PATCH] D20104: [ELF] - Make few members of Writer to be global and export them for reuse
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 11 13:54:55 PDT 2016
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/Writer.cpp:124
@@ +123,3 @@
+ return;
+ llvm::errs() << "removing unused section from '" << IS->getSectionName()
+ << "' in file '" << File->getName() << "'\n";
----------------
While you are here, please remove `llvm::`.
http://reviews.llvm.org/D20104
More information about the llvm-commits
mailing list