allwinner_a64/android/external/llvm/test/Object/mri3.test
2018-08-08 16:14:42 +08:00

6 lines
168 B
Text

; 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.