[PATCH] D122746: [AIX][XCOFF] print unsupported message for llvm-ar big archive write operation

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 07:28:18 PDT 2022


DiggerLin marked 5 inline comments as done.
DiggerLin added inline comments.


================
Comment at: llvm/test/tools/llvm-link/archivell.ll:1
-# RUN: llvm-ar cr %t.fg.a %S/Inputs/f.ll %S/Inputs/g.ll
+# RUN: llvm-ar --format=gnu cr %t.fg.a %S/Inputs/f.ll %S/Inputs/g.ll
 # RUN: not llvm-link %S/Inputs/h.ll %t.fg.a -o %t.linked.bc 2>&1 | FileCheck %s
----------------
jhenderson wrote:
> What's the motivation for using `--format=gnu` in this and other test cases rather than the XFAIL option?
Those test case do not test  functionality of llvm-ar (archive), it test the llvm-link, llvm-readobj, or llvm-nm  , I just want  the test case go through in the AIX. the format is do not matter.

I will revert those test cases when I implement the writing operation of big archive. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122746



More information about the llvm-commits mailing list