brintos

brintos / llvm-project-archived public Read only

0
0
Text · 242 B · 8c89e9a Raw
5 lines · plain
1We should be able to find libraries with relative search paths.2# RUN: mkdir -p %t.dir/relative/path3# RUN: cp %p/Inputs/std64.lib %t.dir/relative/path4# RUN: lld-link %p/Inputs/hello64.obj /libpath:%t.dir relative/path/std64.lib /entry:main5