Sign in
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
lld
/
test
/
COFF
/
relative_search_paths.test
blob: 8c89e9aa0c668277c7682352b1813dd4e8caa78e [
file
] [
edit
]
We
should be able to find libraries
with
relative search paths
.
# RUN: mkdir -p %t.dir/relative/path
# RUN: cp %p/Inputs/std64.lib %t.dir/relative/path
# RUN: lld-link %p/Inputs/hello64.obj /libpath:%t.dir relative/path/std64.lib /entry:main