
If the archive contains free list and contains no member file, the buffer length doesn't equal to length of the header. Reviewed By: Esme, DiggerLin, #powerpc Differential Revision: https://reviews.llvm.org/D138986
4 lines
169 B
Plaintext
4 lines
169 B
Plaintext
## Test reading an empty archive with free list in it, should exit normally.
|
|
# RUN: llvm-ar tv %p/Inputs/aix-empty-big-archive-with-freelist.a 2>&1 \
|
|
# RUN: | count 0
|