| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Post commit review at rLLD335992
llvm-svn: 336129
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 300120
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 283372
|
|
Differential Revision: https://reviews.llvm.org/D24207
llvm-svn: 280540
|