Changeset View
Changeset View
Standalone View
Standalone View
test/Object/archive-extract.test
; This test just makes sure that llvm-ar can extract bytecode members | ; This test just makes sure that llvm-ar can extract bytecode members | ||||
; from various style archives. | ; from various style archives. | ||||
; RUN: cd %T | ; RUN: cd `dirname %t` | ||||
; RUN: rm -f very_long_bytecode_file_name.bc | ; RUN: rm -f very_long_bytecode_file_name.bc | ||||
; RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | \ | ; RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | \ | ||||
; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc - | ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc - | ||||
; RUN: llvm-ar x %p/Inputs/GNU.a very_long_bytecode_file_name.bc | ; RUN: llvm-ar x %p/Inputs/GNU.a very_long_bytecode_file_name.bc | ||||
; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc \ | ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc \ | ||||
; RUN: very_long_bytecode_file_name.bc | ; RUN: very_long_bytecode_file_name.bc | ||||
▲ Show 20 Lines • Show All 49 Lines • Show Last 20 Lines |