summaryrefslogtreecommitdiff
path: root/test/ELF/dso_handle.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/dso_handle.s')
-rw-r--r--test/ELF/dso_handle.s19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/ELF/dso_handle.s b/test/ELF/dso_handle.s
deleted file mode 100644
index 99e2594ef814c..0000000000000
--- a/test/ELF/dso_handle.s
+++ /dev/null
@@ -1,19 +0,0 @@
-# REQUIRES: x86
-
-# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
-# RUN: ld.lld -shared %t.o -o %t
-# RUN: llvm-readobj -symbols %t | FileCheck %s
-# CHECK: Name: __dso_handle
-# CHECK-NEXT: Value: 0x0
-# CHECK-NEXT: Size: 0
-# CHECK-NEXT: Binding: Local
-# CHECK-NEXT: Type: None
-# CHECK-NEXT: Other [
-# CHECK-NEXT: STV_HIDDEN
-# CHECK-NEXT: ]
-# CHECK-NEXT: Section: .dynsym
-
-.text
-.global foo, __dso_handle
-foo:
- lea __dso_handle(%rip),%rax