mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
5395265ede
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219579 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
; RUN: echo save > %t.mri
|
|
; RUN: echo create %t.a >> %t.mri
|
|
; RUN: echo end >> %t.mri
|
|
|
|
; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s
|
|
; CHECK: File already saved.
|
|
|
|
; line_iterator is incompatible to CRLF.
|
|
; REQUIRES: shell
|