[PATCH] ELF: Don't use LayoutPass.

Shankar Easwaran shankar.kalpathi.easwaran at gmail.com
Fri Jan 30 05:08:19 PST 2015


You cannot move the array order pass outside the elf writer. You might have a linker script or an atom order file that selects aroms from .init_array and move it to to the ,text section after all the .text. The layout pass needs to make sure atoms are sorted by link order and leave everything else to the ELF writer.


http://reviews.llvm.org/D7278

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list