[PATCH] D111889: [AIX] Support of Big archive (read)

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 10:09:53 PDT 2021


DiggerLin marked an inline comment as done.
DiggerLin added inline comments.


================
Comment at: llvm/lib/BinaryFormat/Magic.cpp:95
+    break;
+
   case '\177':
----------------
DiggerLin wrote:
> Esme wrote:
> > With this recognition added, other tools' supports for the big archive are enabled, e.g. `llvm-objdump -a`, do we need to add tests for this?
> I  tested  llvm-objdump for  archive file in test case of  the patch 
> https://reviews.llvm.org/D112097 
> 
> llvm/test/tools/llvm-objdump/XCOFF/export_sym_list_ar.test
I added a new test  for the llvm-obj -a for big archive


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111889



More information about the llvm-commits mailing list