aboutsummaryrefslogtreecommitdiff
path: root/test/elf/X86_64/dynlib-search.test
blob: 017208ac11ad37d08adde78ee8cef89fc79fd340 (plain) (blame)
1
2
3
4
5
6
# This tests the functionality for finding the shared library libfn.so for ELF
RUN: lld -flavor gnu -target x86_64 %p/Inputs/main.o -L%p/Inputs/ -lfn -o %t \
RUN: --noinhibit-exec -t 2> %t1
RUN: FileCheck %s < %t1

CHECK: {{[\/0-9A-Za-z_]+}}libfn.so