summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/arm-v4bx.test
Commit message (Collapse)AuthorAgeFilesLines
* [LLD] - Update the test cases after yaml2obj change.George Rimar2019-04-031-8/+6
| | | | | | | | | https://reviews.llvm.org/D60122 (r357595) changed the symbols description format. This change updates the LLD tests. llvm-svn: 357596
* [ELF][test]Remove unnecessary empty symbol references in yaml/add missing ↵James Henderson2019-02-221-1/+0
| | | | | | | | | | | | | | | | | | | symbols for relocs yaml2obj used to require the Symbol field in relocations, but it hasn't done so for a couple of years. Another change to yaml2obj will soon land that will look up the symbol by name or index, if present, and emit an error if not found. This will mean that an explicit symbol reference (even to an empty-named symbol) that does not reference a symbol declared in the yaml will result in an error. This patch updates tests that would otherwise start emitting errors. Reviewed by: ruiu, grimar Differential Revision: https://reviews.llvm.org/D58508 llvm-svn: 354666
* ELF: Handle R_ARM_V4BX correctly in PIC output files.Peter Collingbourne2018-12-151-0/+40
Previously we considered R_ARM_V4BX to be an absolute relocation, which meant that we rejected it in read-only sections in PIC output files. Instead, treat it as a hint relocation so that relocation processing ignores it entirely. Also fix a problem with the test case where it was never being run because it has a .yaml extension and we don't run tests with that extension. Differential Revision: https://reviews.llvm.org/D55728 llvm-svn: 349216
OpenPOWER on IntegriCloud