[all-commits] [llvm/llvm-project] f9e0bc: Specify --format for tests to workaround AIX big a...
Jake Egan via All-commits
all-commits at lists.llvm.org
Tue Apr 5 11:36:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9e0bc37dbf74226d79b6b1a9ab30e599b2a1a53
https://github.com/llvm/llvm-project/commit/f9e0bc37dbf74226d79b6b1a9ab30e599b2a1a53
Author: Jake Egan <jakeegan10 at gmail.com>
Date: 2022-04-05 (Tue, 05 Apr 2022)
Changed paths:
M llvm/test/tools/llvm-link/archive.ll
M llvm/test/tools/llvm-lipo/create-archive-input.test
M llvm/test/tools/llvm-objcopy/MachO/universal-object.test
Log Message:
-----------
Specify --format for tests to workaround AIX big archive write operation
D122746 missed the following tests, so this patch adds them.
This patch refactors D122949, which marked the following tests XFAIL, but it makes more sense to temporarily add `--format=gnu` option because these tests aren’t testing `llvm-ar` and AIX won’t lose their coverage.
Reviewed By: jhenderson, MaskRay, DiggerLin
Differential Revision: https://reviews.llvm.org/D123063
More information about the All-commits
mailing list