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

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