[PATCH] D80838: [llvm-ar] Add more tests for errors in opening archives
Sameer Arora via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 28 16:38:15 PDT 2020
sameerarora101 added a comment.
Seems like FreeBSD allows for reading directories. In that case would the issue be resolved in case I add the following line to the test:
`# UNSUPPORTED: system-freebsd`
or perhaps
`# XFAIL: system-freebsd`
I'll update the test accordingly then. Thanks a lot!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80838/new/
https://reviews.llvm.org/D80838
More information about the llvm-commits
mailing list