Skip to content
Commit 20b11eaa authored by Rafael Espindola's avatar Rafael Espindola
Browse files

Speed up AddSectionToTheEnd. It was walking all fragments in all sections.

This is really slow with we have 1000s of sections each with a corresponding
relocation section. Also, it is only used by the ELF writer to add
basic data, so there is no need to force a new layout pass.

Should fix PR8563.

llvm-svn: 118377
parent 5a27007b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment