2015-10-11 11:53:36 +08:00
|
|
|
# REQUIRES: x86
|
|
|
|
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-freebsd %s -o %t
|
|
|
|
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-freebsd \
|
|
|
|
# RUN: %p/Inputs/libsearch-dyn.s -o %tdyn.o
|
2015-10-12 23:58:38 +08:00
|
|
|
# RUN: mkdir -p %t.dir
|
2015-11-18 14:11:01 +08:00
|
|
|
# RUN: ld.lld -shared %tdyn.o -o %t.dir/libls.so
|
2015-10-12 23:58:38 +08:00
|
|
|
# RUN: echo "SEARCH_DIR(" %t.dir ")" > %t.script
|
2015-11-18 14:11:01 +08:00
|
|
|
# RUN: ld.lld -o %t2 --script %t.script -lls %t
|
2015-10-11 11:53:36 +08:00
|
|
|
|
|
|
|
.globl _start,_bar
|
|
|
|
_start:
|