12 lines · plain
1# REQUIRES: arm2# RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi /dev/null -o %t.o3 4# This is a test case for PR33029. Making sure that linker can digest5# the above script without dumping core.6# RUN: ld.lld -emit-relocs -T %s %t.o -shared -o %t.so7 8SECTIONS {9 .rel.dyn : {}10 .zed : { PROVIDE_HIDDEN (foobar = .); }11}12