summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/empty-link-order.test
Commit message (Collapse)AuthorAgeFilesLines
* [test] Change llvm-readobj -long-option to --long-option or well-known short ↵Fangrui Song2019-05-011-1/+1
| | | | | | | | | | | | options. NFC Also change some options that have different semantics (cause confusion) in llvm-readelf mode: -s => -S -t => --symbols -sd => --section-data llvm-svn: 359651
* [ELF] - Fix wrong "REQUIRES" in test.George Rimar2018-03-131-1/+1
| | | | | | Its a follow up for r327374 to fix BB. llvm-svn: 327377
* [ELF] - Drop special flags for empty output sections.George Rimar2018-03-131-0/+21
This fixes PR36598. LLD currently crashes when we have empty output section with SHF_LINK_ORDER flag. This might happen if we place an empty synthetic section in the linker script, but keep output section alive with the use of additional symbol, for example. The patch fixes the issue by dropping all special flags for empty sections. Differential revision: https://reviews.llvm.org/D44376 llvm-svn: 327374
OpenPOWER on IntegriCloud