summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/numbers.s
Commit message (Collapse)AuthorAgeFilesLines
* [LLD][ELF] - Update tests after r352366.George Rimar2019-01-281-2/+2
| | | | | | | r352366 "[llvm-objdump] - Print LMAs when dumping section headers." changed the format of llvm-objdump output. We have to update the LLD tests. llvm-svn: 352372
* [ELF] Replace unused output filenames with /dev/null in testsFangrui Song2018-07-021-3/+3
| | | | | | Post commit review at rLLD335992 llvm-svn: 336129
* [ELF] - Linker script: add tests for checking malformed numbers parsing.George Rimar2018-06-291-2/+17
| | | | | | | | | | | | | | Previoulsy we had no test that covered malfolmed numbers with 'H', 'K' and 'M' suffixes, so the following lines were uncovered: https://github.com/llvm-mirror/lld/blob/master/ELF/ScriptParser.cpp#L996 https://github.com/llvm-mirror/lld/blob/master/ELF/ScriptParser.cpp#L1003 https://github.com/llvm-mirror/lld/blob/master/ELF/ScriptParser.cpp#L1008 Patch fixes that. llvm-svn: 335979
* Make a few tests shorter. NFC.Rui Ueyama2017-04-121-9/+3
| | | | llvm-svn: 300120
* Handle numbers followed by ":" in linker scripts.Rafael Espindola2017-02-031-0/+14
| | | | | | | | | | | This is a fix for Bugzilla 31813. The problem is that the tokenizer does not create a separate token for ":" unless there's white space before it. Changed it to always create a token for ":" and reworked some logic that relied on ":" being attached to some tokens like "global:" and "local:". llvm-svn: 294006
* Remove trailing whitespace.Rui Ueyama2016-10-051-1/+1
| | | | llvm-svn: 283372
* Remove useless file prefix.Rui Ueyama2016-09-021-0/+72
Differential Revision: https://reviews.llvm.org/D24207 llvm-svn: 280540
OpenPOWER on IntegriCloud