Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
GNU.a | D | 03-May-2024 | 4.1 KiB | |||
IsNAN.o | D | 03-May-2024 | 2.2 KiB | |||
MacOSX.a | D | 03-May-2024 | 4.1 KiB | |||
README.txt | D | 03-May-2024 | 943 | 25 | 18 | |
SVR4.a | D | 03-May-2024 | 4.1 KiB | |||
check_binary_output.ll | D | 03-May-2024 | 225 | 5 | 3 | |
evenlen | D | 03-May-2024 | 8 | 2 | 1 | |
extract.ll | D | 03-May-2024 | 639 | 17 | 11 | |
lit.local.cfg | D | 03-May-2024 | 40 | 2 | 1 | |
oddlen | D | 03-May-2024 | 7 | 2 | 1 | |
toc_GNU.ll | D | 03-May-2024 | 312 | 9 | 8 | |
toc_MacOSX.ll | D | 03-May-2024 | 348 | 10 | 9 | |
toc_SVR4.ll | D | 03-May-2024 | 314 | 9 | 8 | |
toc_xpg4.ll | D | 03-May-2024 | 310 | 9 | 8 | |
very_long_bytecode_file_name.bc | D | 03-May-2024 | 1.4 KiB | |||
xpg4.a | D | 03-May-2024 | 4.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