[PATCH] D22589: [ELF] - Introduce output section description class for holding section command

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 14:42:35 PDT 2016


ruiu added a comment.

I feel like the approach of using a simple struct is getting closer to its limit as we are defining more and more different kinds of sections sub-commands. It is probably time to switch to the LLVM-style RTTI.


https://reviews.llvm.org/D22589





More information about the llvm-commits mailing list