view test/Object/archive-delete.test @ 52:c22698ecb2a9

modified CreateIdentifierInfo and create new function which was named 'CreateUniqueIdentifierInfo'.
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Wed, 15 Jan 2014 21:01:33 +0900
parents 95c75e76d11b
children afa8332a0e37
line wrap: on
line source

Test the 'd' operation in llvm-ar

REQUIRES: shell

RUN: cd %T

RUN: rm -f %t.a
RUN: cp %p/Inputs/GNU.a %t.a
RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
RUN: llvm-ar t %t.a | FileCheck %s

RUN: rm -f %t.a
RUN: cp %p/Inputs/MacOSX.a %t.a
RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
RUN: llvm-ar t %t.a | FileCheck %s

RUN: rm -f %t.a
RUN: cp %p/Inputs/SVR4.a %t.a
RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
RUN: llvm-ar t %t.a | FileCheck %s

RUN: rm -f %t.a
RUN: cp %p/Inputs/xpg4.a %t.a
RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
RUN: llvm-ar t %t.a | FileCheck %s


CHECK: evenlen
CHECK-NEXT: oddlen
CHECK-NEXT: IsNAN.o