[PATCH] D82786: [llvm-ar] Unsupport test on FreeBSD

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 3 04:49:39 PDT 2020


arichardson accepted this revision.
arichardson added a comment.

I can confirm that without this patch `tools/llvm-ar/error-opening-directory.test` fails work again on FreeBSD12 and with it, the test is skipped as expected.
I checked that the system I was testing on has readable directories:

  ~/cheri/build/upstream-llvm-project-build> cat .
  ���P
  ~/cheri/build/upstream-llvm-project-build> echo $?
  0


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82786/new/

https://reviews.llvm.org/D82786





More information about the llvm-commits mailing list