[PATCH] D111889: [AIX] Support of Big archive (read)
Esme Yi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 26 02:07:18 PDT 2021
Esme added inline comments.
================
Comment at: llvm/lib/BinaryFormat/Magic.cpp:95
+ break;
+
case '\177':
----------------
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?
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