android_mt6572_jiabo/external/llvm/test/Object/mri3.test
2025-09-05 16:56:03 +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.