"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "e511c4b0dff1692c267addf17dce3cebe8f97faa"
[ELF] Move fixSectionAlignments() before first call to assignAddresses()
The fixSectionAlignments() function may alter the alignment of some OutputSections, this is likely to alter the addresses calculated earlier in assignAddresses(). By moving the call to fixSectionAlignments() we make sure that assignAddresses() is consistent with the early calculation used for RangeThunks and the final call just before writing the image. Differential Revision: https://reviews.llvm.org/D36739 llvm-svn: 312636
Loading
Please register or sign in to comment