[PATCH] D22960: [ELF] LinkerScript: Implement custom output section factory

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 8 14:52:17 PDT 2016


ruiu added a comment.

Yup. My gut is in many cases we want to separate code paths for linker scripts and non-linker scripts even if they can share code. It's because the complexity to fix the impedance mismatch between the two code paths tend to surpass the benefit of sharing a small amount of code.


https://reviews.llvm.org/D22960





More information about the llvm-commits mailing list