1We should be able to find libraries with relative search paths. 2# RUN: mkdir -p %t.dir/relative/path 3# RUN: cp %p/Inputs/std64.lib %t.dir/relative/path 4# RUN: lld-link %p/Inputs/hello64.obj /libpath:%t.dir relative/path/std64.lib /entry:main 5
1We should be able to find libraries with relative search paths. 2# RUN: mkdir -p %t.dir/relative/path 3# RUN: cp %p/Inputs/std64.lib %t.dir/relative/path 4# RUN: lld-link %p/Inputs/hello64.obj /libpath:%t.dir relative/path/std64.lib /entry:main 5