mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 20:23:39 +08:00
This lets us remove the special case from Writer::writeSections(), and also fixes a bug where .eh_frame_hdr isn't necessarily written in the correct order if a linker script moves .eh_frame and .eh_frame_hdr into the same output section. Differential Revision: https://reviews.llvm.org/D58795 llvm-svn: 355153
See docs/NewLLD.rst