When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / Archive / extract.ll
blob714c5f1ed9834f4a93fdcccbf0368b65c300ad2a
1 ; This isn't really an assembly file, its just here to run the test.
3 ; This test just makes sure that llvm-ar can extract bytecode members
4 ; from various style archives.
6 ; RUN: llvm-ar x %p/GNU.a very_long_bytecode_file_name.bc
7 ; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
9 ; RUN: llvm-ar x %p/MacOSX.a very_long_bytecode_file_name.bc
10 ; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
12 ; RUN: llvm-ar x %p/SVR4.a very_long_bytecode_file_name.bc
13 ; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
15 ; RUN: llvm-ar x %p/xpg4.a very_long_bytecode_file_name.bc
16 ; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc