llvm-ar can not read empty big archive correctly. it output error as
error: unable to load 'empty.a': truncated or malformed archive (characters in size field in archive member header are not all decimal numbers: '<bigaf>
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Are the dependent patches in the right order? I wouldn't expect this patch to depend on the writing patch necessarily.
Comment Actions
the test cases(for example: llvm/test/tools/llvm-ar/quick-append.test) depend on the "writing patch " to generate a empty AIX big archive.