diff options
Diffstat (limited to 'test/ELF/linkerscript/parse-section-in-addr.test')
| -rw-r--r-- | test/ELF/linkerscript/parse-section-in-addr.test | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/test/ELF/linkerscript/parse-section-in-addr.test b/test/ELF/linkerscript/parse-section-in-addr.test deleted file mode 100644 index 6f42a6fe2788e..0000000000000 --- a/test/ELF/linkerscript/parse-section-in-addr.test +++ /dev/null @@ -1,10 +0,0 @@ -# REQUIRES: x86 -# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux /dev/null -o %t.o -# RUN: ld.lld -o %t.so --script %s %t.o -shared -# RUN: llvm-readelf -S %t.so | FileCheck %s - -SECTIONS { - .foo-bar : AT(ADDR(.foo-bar)) { *(.text) } -} - -# CHECK: .foo-bar  | 
