[PATCH] D30627: [ELF] Properly handle .eh_frame in linker scripts

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 09:33:00 PST 2017


ruiu added a comment.

SHF_MERGE sections are also handled in a special way because they are aggregated one synthetic section (which is done in `combineMergableSections` in Writer.cpp). Maybe we should do the same thing for .eh_frame? At least they need to be consistent.


Repository:
  rL LLVM

https://reviews.llvm.org/D30627





More information about the llvm-commits mailing list