mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 03:32:10 +00:00
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18014 91177308-0d34-0410-b5e6-96231b3b80d8
11 lines
388 B
LLVM
11 lines
388 B
LLVM
; 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
|