summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/common-assign.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF][test] Make tests less address sensitive and delete redundant testsFangrui Song2020-06-161-4/+4
| | | | (cherry picked from commit 09ac859c136b406231ef7547f3800111dd00bc7e)
* [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] - Do not crash when assign common symbol's values in scriptGeorge Rimar2017-01-201-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
OpenPOWER on IntegriCloud