aboutsummaryrefslogtreecommitdiff
path: root/test/old-elf/AArch64/defsym.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/old-elf/AArch64/defsym.test')
-rw-r--r--test/old-elf/AArch64/defsym.test22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/old-elf/AArch64/defsym.test b/test/old-elf/AArch64/defsym.test
deleted file mode 100644
index f9864092ddc3..000000000000
--- a/test/old-elf/AArch64/defsym.test
+++ /dev/null
@@ -1,22 +0,0 @@
-RUN: lld -flavor old-gnu -target aarch64--linux-gnu --defsym=main=fn \
-RUN: --noinhibit-exec %p/Inputs/fn.o -o %t
-RUN: llvm-readobj -symbols %t | FileCheck %s
-
-CHECK: Symbol {
-CHECK: Name: main (1)
-CHECK: Value: 0x4001A4
-CHECK: Size: 0
-CHECK: Binding: Global (0x1)
-CHECK: Type: Function (0x2)
-CHECK: Other: 0
-CHECK: Section: .text (0x5)
-CHECK: }
-CHECK: Symbol {
-CHECK: Name: fn (11)
-CHECK: Value: 0x4001A4
-CHECK: Size: 8
-CHECK: Binding: Global (0x1)
-CHECK: Type: Function (0x2)
-CHECK: Other: 0
-CHECK: Section: .text (0x5)
-CHECK: }