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

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



Changes in directory llvm/test/Regression/Archive:

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

Test case for xpg4 style archive files.


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

Index: llvm/test/Regression/Archive/xpg4.ll
diff -c /dev/null llvm/test/Regression/Archive/xpg4.ll:1.1
*** /dev/null	Thu Nov 18 22:46:20 2004
--- llvm/test/Regression/Archive/xpg4.ll	Thu Nov 18 22:46:10 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 xpg4 style archives.
+ 
+ ; RUN: ar t xpg4.a > Output/xpg1
+ ; RUN: llvm-ar t SVR4.a > Output/xpg2
+ ; RUN: diff Output/xpg1 Output/xpg2






More information about the llvm-commits mailing list