[llvm-commits] CVS: llvm/test/Regression/Archive/SVR4.ll

Reid Spencer reid at x10sys.com
Thu Nov 18 20:33:24 PST 2004



Changes in directory llvm/test/Regression/Archive:

SVR4.ll added (r1.1)
---
Log message:

Test case for reading SVR4 style archives.


---
Diffs of the changes:  (+7 -0)

Index: llvm/test/Regression/Archive/SVR4.ll
diff -c /dev/null llvm/test/Regression/Archive/SVR4.ll:1.1
*** /dev/null	Thu Nov 18 22:33:23 2004
--- llvm/test/Regression/Archive/SVR4.ll	Thu Nov 18 22:33:13 2004
***************
*** 0 ****
--- 1,7 ----
+ ; This isn't really an assembly file, its just here to
+ ; run the following test which tests llvm-ar for compatibility
+ ; reading SVR4 style archives.
+ 
+ ; RUN: ar t SVR4.a > %t1
+ ; RUN: llvm-ar t SVR4.a > %t2
+ ; RUN: diff %t1 %t2






More information about the llvm-commits mailing list