• Home
Name
Date
Size
#Lines
LOC

..--

GNU.aD03-May-20244.1 KiB

IsNAN.oD03-May-20242.2 KiB

MacOSX.aD03-May-20244.1 KiB

README.txtD03-May-2024943 2518

SVR4.aD03-May-20244.1 KiB

check_binary_output.llD03-May-2024225 53

evenlenD03-May-20248 21

extract.llD03-May-2024639 1711

lit.local.cfgD03-May-202440 21

oddlenD03-May-20247 21

toc_GNU.llD03-May-2024312 98

toc_MacOSX.llD03-May-2024348 109

toc_SVR4.llD03-May-2024314 98

toc_xpg4.llD03-May-2024310 98

very_long_bytecode_file_name.bcD03-May-20241.4 KiB

xpg4.aD03-May-20244.1 KiB

README.txt

1test/Regression/Archive
2=======================
3
4This directory contains various tests of llvm-ar and llvm-ranlib to ensure
5compatibility reading other ar(1) formats. It also provides a basic
6functionality test for these tools.
7
8There are four archives accompanying these tests:
9
10GNU.a    - constructed on Linux with GNU ar
11MacOSX.a - constructed on Mac OS X with its native BSD4.4 ar
12SVR4.a   - constructed on Solaris with /usr/ccs/bin/ar
13xpg4.a   - constructed on Solaris with /usr/xpg4/bin/ar
14
15Each type of test is run on each of these archive files.  These archives each
16contain four members:
17
18oddlen - a member with an odd lengthed name and content
19evenlen - a member with an even lengthed name and content
20IsNAN.o - a Linux native binary
21very_long_bytecode_file_name.bc - LLVM bytecode file with really long name
22
23These files test different aspects of the archiver that should cause failures
24in llvm-ar if regressions are introduced.
25