[lld] af520fb - [ELF][test] Remove unused/incorrect .got check line
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 12 10:51:10 PST 2021
Author: Fangrui Song
Date: 2021-12-12T10:51:05-08:00
New Revision: af520fba2ef17e772aba8048e8d5b1b984814675
URL: https://github.com/llvm/llvm-project/commit/af520fba2ef17e772aba8048e8d5b1b984814675
DIFF: https://github.com/llvm/llvm-project/commit/af520fba2ef17e772aba8048e8d5b1b984814675.diff
LOG: [ELF][test] Remove unused/incorrect .got check line
Added:
Modified:
lld/test/ELF/ppc32-reloc-got.s
Removed:
################################################################################
diff --git a/lld/test/ELF/ppc32-reloc-got.s b/lld/test/ELF/ppc32-reloc-got.s
index 9fc952f797bee..48424abcbe58b 100644
--- a/lld/test/ELF/ppc32-reloc-got.s
+++ b/lld/test/ELF/ppc32-reloc-got.s
@@ -11,8 +11,6 @@
## Check we can handle R_PPC_GOT16, which may be generated by -fpic code.
-# SEC: .got PROGBITS 00020068 020068 000014
-
# RELOC: .rela.dyn {
# RELOC-NEXT: 0x1002021C R_PPC_GLOB_DAT b 0x0
# RELOC-NEXT: }
More information about the llvm-commits
mailing list