[PATCH] D127864: [llvm-ar] Add object mode option -X for AIX

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 06:42:44 PDT 2022


DiggerLin added inline comments.


================
Comment at: llvm/test/tools/llvm-ar/option-X.test:246
+
+# RUN: not llvm-ar -X32 -ma xcoff64elf64.o archive-any.a xcoff32.o 2>&1 | \
+# RUN:   FileCheck %s --check-prefixes=ERR-INSERT-POINT
----------------
jhenderson wrote:
> Typo in the file name? I assume it shouldn't be "xcoff64elf64.o"!
yes. it is Typo. I change to xcoff64.o,thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127864



More information about the llvm-commits mailing list