hanchenye-llvm-project/lld/test/elf/X86_64/dynlib-search.test

7 lines
250 B
Plaintext

# 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