[PATCH] D16991: Split the creation of program headers in a few steps

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 09:45:38 PST 2016


emaste added a subscriber: emaste.

================
Comment at: ELF/Writer.cpp:45
@@ -43,1 +44,3 @@
 private:
+  // This describes a programm header entry.
+  // Each contains type, access flags and range of output sections that will be
----------------
extra 'm'


Repository:
  rL LLVM

http://reviews.llvm.org/D16991





More information about the llvm-commits mailing list