Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ELF][test] Make tests less address sensitive and delete redundant tests | Fangrui Song | 2020-06-16 | 1 | -4/+4 |
| | | | | (cherry picked from commit 09ac859c136b406231ef7547f3800111dd00bc7e) | ||||
* | [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] - Do not crash when assign common symbol's values in script | George Rimar | 2017-01-20 | 1 | -0/+48 |
Found that during attempts of linking linux kernel, previously we partially duplicated code from getOutputSection(), and it missed commons symbol case. Differential revision: https://reviews.llvm.org/D28903 llvm-svn: 292594 |