Home | History | Annotate | only in /external/llvm/test/Archive
Up to higher level directory
NameDateSize
check_binary_output.ll13-Nov-2012225
evenlen13-Nov-20128
extract.ll13-Nov-2012639
GNU.a13-Nov-20124.1K
IsNAN.o13-Nov-20122.2K
lit.local.cfg13-Nov-201240
MacOSX.a13-Nov-20124.1K
oddlen13-Nov-20127
README.txt13-Nov-2012943
SVR4.a13-Nov-20124.1K
toc_GNU.ll13-Nov-2012312
toc_MacOSX.ll13-Nov-2012348
toc_SVR4.ll13-Nov-2012314
toc_xpg4.ll13-Nov-2012310
very_long_bytecode_file_name.bc13-Nov-20121.4K
xpg4.a13-Nov-20124.1K

README.txt

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