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

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 07:14:33 PDT 2021


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


================
Comment at: llvm/lib/BinaryFormat/Magic.cpp:95
+    break;
+
   case '\177':
----------------
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


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