Changeset View
Changeset View
Standalone View
Standalone View
test/Object/archive-delete.test
Test the 'd' operation in llvm-ar | Test the 'd' operation in llvm-ar | ||||
RUN: cd %T | RUN: cd `dirname %t` | ||||
RUN: rm -f %t.a | RUN: rm -f %t.a | ||||
RUN: cp %p/Inputs/GNU.a %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 d %t.a very_long_bytecode_file_name.bc | ||||
RUN: llvm-ar t %t.a | FileCheck %s | RUN: llvm-ar t %t.a | FileCheck %s | ||||
RUN: rm -f %t.a | RUN: rm -f %t.a | ||||
RUN: cp %p/Inputs/MacOSX.a %t.a | RUN: cp %p/Inputs/MacOSX.a %t.a | ||||
Show All 17 Lines |