[all-commits] [llvm/llvm-project] d2385f: [lld][ELF][test] Expand testing of symbols in merg...
James Henderson via All-commits
all-commits at lists.llvm.org
Thu Aug 27 02:39:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d2385f6d2f1bea4e4913ae3bc3948590e8d9f6c3
https://github.com/llvm/llvm-project/commit/d2385f6d2f1bea4e4913ae3bc3948590e8d9f6c3
Author: James Henderson <james.henderson at sony.com>
Date: 2020-08-27 (Thu, 27 Aug 2020)
Changed paths:
A lld/test/ELF/merge-sym-gc.s
M lld/test/ELF/merge-sym.s
Log Message:
-----------
[lld][ELF][test] Expand testing of symbols in mergeable sections
Whilst reviewing some internal testing, I noticed a couple of holes in
coverage of mergeable sections containing symbols. This patch addresses
these holes:
1) Show that mid-piece symbols have their values updated properly when
pieces are merged.
2) Show the behaviour of symbols in mergeable pieces when --gc-sections
is enabled.
Reviewed by: grimar, MaskRay
Differential Revision: https://reviews.llvm.org/D86543
More information about the All-commits
mailing list