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 | ||||
* | Write some tests as linker scripts instead of assembly files. | Rui Ueyama | 2018-02-28 | 1 | -0/+80 |
Some linker script test cases contain only a few lines of assembly and a long linker script. Such tests are easier to maintain if we write the main test file as a linkier script instead of assembly. Differential Revision: https://reviews.llvm.org/D43887 llvm-svn: 326363 |