Make tests less dependent on the exact layout.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 20 Sep 2016 15:08:24 +0000 (15:08 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 20 Sep 2016 15:08:24 +0000 (15:08 +0000)
commit1b87995f3181c1bb84264e3916b85f14c99f060a
tree16649cf386675bab39fd52c69d13c8b9200d9d2a
parent3d9c7638161c69c409dd862f676289cd969b6f11
Make tests less dependent on the exact layout.

In most cases that means just not checking the address when we don't
need it.

For some tests it is easier to just set . to a known value.

llvm-svn: 281976
19 files changed:
lld/test/ELF/arm-blx.s
lld/test/ELF/arm-branch.s
lld/test/ELF/arm-thumb-branch.s
lld/test/ELF/linkerscript/eh-frame-hdr.s
lld/test/ELF/linkerscript/exclude-multiple.s
lld/test/ELF/linkerscript/filename-spec.s
lld/test/ELF/linkerscript/fill.s
lld/test/ELF/linkerscript/input-sec-dup.s
lld/test/ELF/linkerscript/merge-sections.s
lld/test/ELF/linkerscript/sections-constraint.s
lld/test/ELF/linkerscript/sections-keep.s
lld/test/ELF/linkerscript/sections-padding.s
lld/test/ELF/linkerscript/sizeof.s
lld/test/ELF/linkerscript/sort-nested.s
lld/test/ELF/linkerscript/sort.s
lld/test/ELF/linkerscript/symbol-assignexpr.s
lld/test/ELF/linkerscript/symbols.s
lld/test/ELF/linkerscript/wildcards.s
lld/test/ELF/linkerscript/wildcards2.s