summaryrefslogtreecommitdiff
path: root/test/ELF/dynamic-list-archive.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/dynamic-list-archive.s')
-rw-r--r--test/ELF/dynamic-list-archive.s17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/ELF/dynamic-list-archive.s b/test/ELF/dynamic-list-archive.s
deleted file mode 100644
index 5879bf1b0a57..000000000000
--- a/test/ELF/dynamic-list-archive.s
+++ /dev/null
@@ -1,17 +0,0 @@
-# REQUIRES: x86
-
-# RUN: rm -f %t.a
-# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %S/Inputs/archive2.s -o %t1.o
-# RUN: llvm-ar rcs %t.a %t1.o
-
-# RUN: echo "{ foo; };" > %t.list
-
-# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t2.o
-# RUN: ld.lld -shared -o %t.so --dynamic-list %t.list %t.a %t2.o
-
-# RUN: llvm-readelf -dyn-symbols %t.so | FileCheck %s
-# CHECK-NOT: foo
-
-.global _start
-_start:
- nop