Mercurial > hg > CbC > CbC_llvm
view test/Object/mri2.test @ 100:7d135dc70f03 LLVM 3.9
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | 60c9769439b8 |
children |
line wrap: on
line source
; RUN: echo create %t.a > %t.mri ; RUN: echo create %t.a >> %t.mri ; RUN: echo save >> %t.mri ; RUN: echo end >> %t.mri ; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s ; CHECK: Editing multiple archives not supported