[PATCH] D63197: [llvm-ar][test] Add to MRI test coverage

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 07:34:15 PDT 2019


gbreynoo added a comment.

I believe the test failure is based on an issue with output, specific to the darwin format:

https://bugs.llvm.org/show_bug.cgi?id=42562

Simmilar to D63935 <https://reviews.llvm.org/D63935>, I could make this test `XFAIL: darwin` or explicitly call llvm-ar with --format=gnu. I'm not sure what which would be preferable.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63197





More information about the llvm-commits mailing list