diff options
Diffstat (limited to 'test/ELF/linkerscript/arm-lscript.test')
-rw-r--r-- | test/ELF/linkerscript/arm-lscript.test | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/ELF/linkerscript/arm-lscript.test b/test/ELF/linkerscript/arm-lscript.test deleted file mode 100644 index af2e6316ea439..0000000000000 --- a/test/ELF/linkerscript/arm-lscript.test +++ /dev/null @@ -1,11 +0,0 @@ -# REQUIRES: arm -# RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi /dev/null -o %t.o - -# This is a test case for PR33029. Making sure that linker can digest -# the above script without dumping core. -# RUN: ld.lld -emit-relocs -T %s %t.o -shared -o %t.so - -SECTIONS { - .rel.dyn : {} - .zed : { PROVIDE_HIDDEN (foobar = .); } -} |