4 RUN: cp %p/../Inputs/search_dwos/a.dwo a.dwo
5 RUN: cp %p/../Inputs/search_dwos/b.dwo b.dwo
6 RUN: cp %p/../Inputs/search_dwos/main main
7 RUN: llvm-dwp -e main -o %t.dwp
9 Search the DWO from relative path if absolute path is not valid.
10 Build commands for the test binaries:
12 clang++ -Xclang -fdebug-compilation-dir -Xclang "path-not-exists" -g -O0 -gsplit-dwarf a.cpp b.cpp -o main