This was a test requested in D58677.
Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
LGTM + leaved a comment.
test/tools/llvm-readobj/thin-archive-paths.test | ||
---|---|---|
19 | I hope this will this work under both linux and windows (I am not sure). Error reading file: a{{/|\\}}relative.a |
test/tools/llvm-readobj/thin-archive-paths.test | ||
---|---|---|
19 | On second thought, I guess the archive should not contain the windows style slashes. |
test/tools/llvm-readobj/thin-archive-paths.test | ||
---|---|---|
19 | Actually, the archive contains whatever slash is on the command-line when adding the member. In this case, it will be '/' even on Windows. The full path below will have a mixture of '/' and '\' on Windows. llvm-readobj then just prints what's in the archive. BTW, I did this all on Windows, so it definitely works on there. |
test/tools/llvm-readobj/thin-archive-paths.test | ||
---|---|---|
19 | OK, great, thanks for the explanation! |
I hope this will this work under both linux and windows (I am not sure).
I guess you might need to use: