[PATCH] D23351: [ELF] Implement LLVM-style casting for OutputSectionBase<ELFT> derived classes
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 10 07:47:03 PDT 2016
grimar added inline comments.
================
Comment at: ELF/OutputSections.h:73
@@ -51,1 +72,3 @@
+ BuildId
+ };
----------------
Unsorted.
================
Comment at: ELF/OutputSections.h:108
@@ -80,2 +107,3 @@
bool PageAlign = false;
+ Kind SectionKind;
----------------
Do you need this ?
Repository:
rL LLVM
https://reviews.llvm.org/D23351
More information about the llvm-commits
mailing list