mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
5711a332f3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18000 91177308-0d34-0410-b5e6-96231b3b80d8
11 lines
364 B
LLVM
11 lines
364 B
LLVM
; 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 xpg4.a > Output/xpg2
|
|
; RUN: diff Output/xpg1 Output/xpg2
|
|
; RUN: cp xpg4.a Output/xpg4_mod.a
|
|
; RUN: llvm-ranlib Output/xpg4_mod.a
|
|
; RUN: llvm-ar t Output/xpg4_mod.a
|