[PATCH] D117896: [LLD][ELF][AArch64] Update test with incorrect REQUIRES line [NFC]

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 02:07:44 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa08447d0de5d: [LLD][ELF][AArch64] Update test with incorrect REQUIRES line [NFC] (authored by psmith).
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117896/new/

https://reviews.llvm.org/D117896

Files:
  lld/test/ELF/aarch64-combined-dynrel-ifunc.s
  lld/test/ELF/aarch64-combined-dynrel.s


Index: lld/test/ELF/aarch64-combined-dynrel.s
===================================================================
--- lld/test/ELF/aarch64-combined-dynrel.s
+++ lld/test/ELF/aarch64-combined-dynrel.s
@@ -1,4 +1,4 @@
-// REQUIRES: AArch64
+// REQUIRES: aarch64
 // RUN: llvm-mc --triple=aarch64-linux-gnu -filetype=obj -o %t.o %s
 // RUN: echo "SECTIONS { \
 // RUN:         .text : { *(.text) } \
@@ -32,6 +32,7 @@
 // CHECK-NEXT:         Type: SHT_RELA
 // CHECK-NEXT:     Flags [
 // CHECK-NEXT:       SHF_ALLOC
+// CHECK-NEXT:       SHF_INFO_LINK
 // CHECK-NEXT:     ]
 // CHECK-NEXT:     Address:
 // CHECK-NEXT:     Offset:
Index: lld/test/ELF/aarch64-combined-dynrel-ifunc.s
===================================================================
--- lld/test/ELF/aarch64-combined-dynrel-ifunc.s
+++ lld/test/ELF/aarch64-combined-dynrel-ifunc.s
@@ -1,4 +1,4 @@
-// REQUIRES: AArch64
+// REQUIRES: aarch64
 // RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %p/Inputs/shared.s -o %t-lib.o
 // RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %s -o %t.o
 // RUN: ld.lld %t-lib.o --shared -o %t.so
@@ -42,10 +42,11 @@
 // CHECK-NEXT:     Type: SHT_RELA
 // CHECK-NEXT:     Flags [
 // CHECK-NEXT:       SHF_ALLOC
+// CHECK-NEXT:       SHF_INFO_LINK
 // CHECK-NEXT:     ]
 // CHECK-NEXT:     Address:
 // CHECK-NEXT:     Offset:
 // CHECK-NEXT:     Size: 72
 
 // CHECK:      0x0000000000000008 RELASZ               72
-// CHECK:      0x0000000000000002 PLTRELSZ             48
+// CHECK:      0x0000000000000002 PLTRELSZ             24


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117896.402437.patch
Type: text/x-patch
Size: 1544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220124/56335331/attachment.bin>


More information about the llvm-commits mailing list