[all-commits] [llvm/llvm-project] 39f3f7: [ELF][test] Fix several LLD ICF tests
Andrew Ng via All-commits
all-commits at lists.llvm.org
Mon Oct 4 03:11:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39f3f7c08fb6a2cab8a65f20cb6428754ee577bb
https://github.com/llvm/llvm-project/commit/39f3f7c08fb6a2cab8a65f20cb6428754ee577bb
Author: Andrew Ng <andrew.ng at sony.com>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M lld/test/ELF/icf-non-mergeable.s
M lld/test/ELF/icf-none.s
M lld/test/ELF/icf3.s
M lld/test/ELF/icf4.s
M lld/test/ELF/icf5.s
M lld/test/ELF/icf6.s
Log Message:
-----------
[ELF][test] Fix several LLD ICF tests
A number of the ICF tests were not updated to use --print-icf-sections
instead of --verbose and various '-NOT' checks were not updated to the
latest output format of --print-icf-sections. Because these are all
'negative' tests, these issues have gone unnoticed.
Differential Revision: https://reviews.llvm.org/D110353
More information about the All-commits
mailing list