summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/partition-errors.s
Commit message (Collapse)AuthorAgeFilesLines
* ELF: Add basic partition data structures and behaviours.Peter Collingbourne2019-05-291-0/+23
This change causes us to read partition specifications from partition specification sections and split output sections into partitions according to their reachability from partition entry points. This is only the first step towards a full implementation of partitions. Later changes will add additional synthetic sections to each partition so that they can be loaded independently. Differential Revision: https://reviews.llvm.org/D60353 llvm-svn: 361925
OpenPOWER on IntegriCloud