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

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 10 20:56:31 PDT 2015


On Thu, Oct 8, 2015 at 11:15 AM, Rafael EspĂ­ndola
<rafael.espindola at gmail.com> wrote:
>> +# 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 :-)
>

The test added in r249969 should address your concerns.

-- 
Davide

"There are no solved problems; there are only problems that are more
or less solved" -- Henri Poincare


More information about the llvm-commits mailing list