archive-toc.test 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Test reading an archive created by gnu ar
  2. RUN: env TZ=GMT llvm-ar tv %p/Inputs/GNU.a | FileCheck %s --check-prefix=GNU -strict-whitespace
  3. GNU: rw-r--r-- 500/500 8 2004-11-19 02:57:37.000000000 evenlen
  4. GNU-NEXT: rw-r--r-- 500/500 7 2004-11-19 02:57:21.000000000 oddlen
  5. GNU-NEXT: rwxr-xr-x 500/500 1465 2004-11-19 03:01:31.000000000 very_long_bytecode_file_name.bc
  6. GNU-NEXT: rw-r--r-- 500/500 2280 2004-11-19 03:04:30.000000000 IsNAN.o
  7. Test reading an archive createdy by Mac OS X ar
  8. RUN: env TZ=GMT llvm-ar tv %p/Inputs/MacOSX.a | FileCheck %s --check-prefix=OSX -strict-whitespace
  9. OSX-NOT: __.SYMDEF
  10. OSX: rw-r--r-- 501/501 8 2004-11-19 02:57:37.000000000 evenlen
  11. OSX-NEXT: rw-r--r-- 501/501 8 2004-11-19 02:57:21.000000000 oddlen
  12. OSX-NEXT: rw-r--r-- 502/502 1465 2010-02-04 06:59:14.000000000 very_long_bytecode_file_name.bc
  13. OSX-NEXT: rw-r--r-- 501/501 2280 2004-11-19 04:32:06.000000000 IsNAN.o
  14. Test reading an archive created on Solaris by /usr/ccs/bin/ar
  15. RUN: env TZ=GMT llvm-ar tv %p/Inputs/SVR4.a | FileCheck %s -strict-whitespace
  16. Test reading an archive created on Solaris by /usr/xpg4/bin/ar
  17. RUN: env TZ=GMT llvm-ar tv %p/Inputs/xpg4.a | FileCheck %s -strict-whitespace
  18. CHECK: rw-r--r-- 1002/102 8 2004-11-19 03:24:02.000000000 evenlen
  19. CHECK-NEXT: rw-r--r-- 1002/102 7 2004-11-19 03:24:02.000000000 oddlen
  20. CHECK-NEXT: rwxr-xr-x 1002/102 1465 2004-11-19 03:24:02.000000000 very_long_bytecode_file_name.bc
  21. CHECK-NEXT: rw-r--r-- 1002/102 2280 2004-11-19 03:24:02.000000000 IsNAN.o
  22. Test reading a thin archive created by gnu ar
  23. RUN: env TZ=GMT llvm-ar tv %p/Inputs/thin.a | FileCheck %s --check-prefix=THIN -strict-whitespace
  24. THIN: rw-r--r-- 1000/1000 8 2014-12-16 00:56:27.000000000 evenlen
  25. THIN-NEXT: rw-r--r-- 1000/1000 7 2014-12-16 00:56:27.000000000 oddlen
  26. THIN-NEXT: rwxr-xr-x 1000/1000 1465 2014-12-16 00:56:27.000000000 very_long_bytecode_file_name.bc
  27. THIN-NEXT: rw-r--r-- 1000/1000 2280 2014-12-16 00:56:27.000000000 IsNAN.o
  28. Test reading an archive with just a symbol table. We use to reject them.
  29. RUN: llvm-ar tv %p/Inputs/symtab-only.a | FileCheck --allow-empty --check-prefix=EMPTY %s
  30. EMPTY-NOT: {{.}}
  31. Test reading a thin archive with directory names.
  32. RUN: env TZ=GMT llvm-ar tv %p/Inputs/thin-path.a | FileCheck %s --check-prefix=THINPATH -strict-whitespace
  33. THINPATH: rw-r--r-- 0/0 1224 1970-01-01 00:00:00.000000000 test.o
  34. THINPATH-NEXT: rw-r--r-- 0/0 1224 1970-01-01 00:00:00.000000000 t/test2.o