Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / relative_search_paths.test
blob8c89e9aa0c668277c7682352b1813dd4e8caa78e
1 We 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