[PATCH] D20331: [llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Tue May 17 09:39:09 PDT 2016
rafael added inline comments.
================
Comment at: include/llvm/MC/MCSectionELF.h:65
@@ -64,3 +61,3 @@
void setSectionName(StringRef Name) { SectionName = Name; }
----------------
You can delete this one now.
http://reviews.llvm.org/D20331
More information about the llvm-commits
mailing list