Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't depend on lld creating space for the headers. | Rafael Espindola | 2016-09-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | Currently lld will implicitly reserve space for the headers. This is not the case is bfd, where it is the script responsibility to use SIZEOF_HEADERS. This means that a script not using SIZEOF_HEADERS and expecting the address of the first section to be 0 would fail with lld. I am fixing that is the next commit. This one just makes the tests explicitly use SIZEOF_HEADERS to avoid the dependency on the current behaviour. llvm-svn: 282814 | ||||
* | Remove extra \ | Rafael Espindola | 2016-09-22 | 1 | -1/+1 |
| | | | | | | Should fix the windows bots. llvm-svn: 282181 | ||||
* | Don't move orphan sections past assignments. | Rafael Espindola | 2016-09-22 | 1 | -0/+27 |
This fixes a case where we would produce an unaligned PT_LOAD. llvm-svn: 282180 |