This patch add write support for Big Archive. Patch D100651 is needed. Global symbol table is not supported.
Details
- Reviewers
- None
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
would you like to rebase the patch based on the https://reviews.llvm.org/D111889([AIX] Support of Big archive (read)) ?, since the patch https://reviews.llvm.org/D111889 landed.
llvm/lib/Object/ArchiveWriter.cpp | ||
---|---|---|
228 | the terminator is "0x60 0x0a". | |
362 | the value of argument of PrevOffset is not zero, it point to the "Member Table" |
Hi @DiggerLin , I do not work on LLVM anymore. Please contact Sanket for more information.
@DiggerLin, I think given @EGuesnet is no longer working on this, you should feel free to commandeer this patch, rebase it and amend it as you see fit. Alternatively, start a new patch and @EGuesnet should then abandon this one.
I took over the patch and create a patch https://reviews.llvm.org/D123949. thanks for your work. @EGuesnet .
clang-tidy: error: no member named 'K_XCOFF' in 'llvm::object::Archive'; did you mean 'K_COFF'? [clang-diagnostic-error]
not useful