[lld] r249707 - [ELF2] Implement linker script SEARCH_DIR() directive.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 11:15:43 PDT 2015


> +# RUN: echo "SEARCH_DIR(/lib/foo/blah)" > %t.script
> +# RUN: ld.lld2 %t.script %t
> +# RUN: llvm-readobj %t.out > /dev/null

Please add a test showing that lld can find libraries in SEARCH_DIR :-)

Cheers,
Rafael


More information about the llvm-commits mailing list