Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test] Change llvm-readobj -long-option to --long-option or well-known short ↵ | Fangrui Song | 2019-05-01 | 1 | -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 Rimar | 2018-03-13 | 1 | -1/+1 |
| | | | | | | Its a follow up for r327374 to fix BB. llvm-svn: 327377 | ||||
* | [ELF] - Drop special flags for empty output sections. | George Rimar | 2018-03-13 | 1 | -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 |