summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/relocatable-sections.s
Commit message (Collapse)AuthorAgeFilesLines
* [LLD] Mark a number of x86 only tests to require x86Jon Chesterfield2017-07-181-0/+1
| | | | | | | | | | | Noticed while testing for an out of tree target. There are probably more tests that should be so marked. I'm not sure who owns these tests so I've added a few names I recognise from the recent history. With advice from probinson, ruiu, rafael and dramatically improved by davidb. Thank you all! Differential Revision: https://reviews.llvm.org/D34685 llvm-svn: 308335
* Don't sort sections in -r links.Rafael Espindola2016-11-111-2/+2
| | | | | | | | | | | | Unlike gold, bfd, gas or MC we were putting exidx sections first since they are ro. The spec doesn't explicitly say that they must come after, but it is definitely more convenient for the consumer, matches other producers and matches other areas in ELF (like SHT_GROUP) where sections are ordered in a natural way. llvm-svn: 286659
* Remove trailing whitespace.Rui Ueyama2016-10-051-1/+1
| | | | llvm-svn: 283372
* Do not join sections for relocatable object filesEugene Leviant2016-10-051-0/+30
Differential revision: https://reviews.llvm.org/D25232 llvm-svn: 283307
OpenPOWER on IntegriCloud