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

Reid Spencer reid at x10sys.com
Fri Nov 19 13:30:25 PST 2004



Changes in directory llvm/test/Regression/Archive:

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

Test case for reading MacOSX archives.


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

Index: llvm/test/Regression/Archive/MacOSX.ll
diff -c /dev/null llvm/test/Regression/Archive/MacOSX.ll:1.1
*** /dev/null	Fri Nov 19 15:30:25 2004
--- llvm/test/Regression/Archive/MacOSX.ll	Fri Nov 19 15:30:15 2004
***************
*** 0 ****
--- 1,10 ----
+ ; This isn't really an assembly file, its just here to
+ ; run the following test which tests llvm-ar for compatibility
+ ; reading MacOSX (BSD4.4) style archives.
+ 
+ ; RUN: ar t MacOSX.a > Output/osx1
+ ; RUN: llvm-ar t MacOSX.a > Output/osx2
+ ; RUN: diff Output/osx1  Output/osx2
+ ; RUN: cp MacOSX.a Output/MacOSX_mod.a
+ ; RUN: llvm-ranlib Output/MacOSX_mod.a
+ ; RUN: llvm-ar t Output/MacOSX_mod.a






More information about the llvm-commits mailing list