13 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-freebsd %s -o %t4# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-freebsd \5# RUN: %p/Inputs/libsearch-dyn.s -o %tdyn.o6# RUN: mkdir -p %t.dir7# RUN: ld.lld -shared %tdyn.o -o %t.dir/libls.so8# RUN: echo "SEARCH_DIR(\"%t.dir\")" > %t.script9# RUN: ld.lld -o %t2 --script %t.script -lls %t10 11.globl _start,_bar12_start:13