[PATCH] D14140: [ELF2] SECTIONS command basic support

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 29 07:22:22 PDT 2015


grimar added inline comments.

================
Comment at: ELF/Writer.cpp:909
@@ +908,3 @@
+        InputToOutputSection[Name] = OutSec.second.Name;
+}
+
----------------
I think you can do the same for auto Name.


http://reviews.llvm.org/D14140





More information about the llvm-commits mailing list