Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / Archive / extract.ll
blob3649714259b8cf7f122f5b07588c8b17528f7aa7
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: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc >/dev/null 2>/dev/null
9 ; RUN: llvm-ar x %p/MacOSX.a very_long_bytecode_file_name.bc
10 ; RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc > /dev/null 2>/dev/null
12 ; RUN: llvm-ar x %p/SVR4.a very_long_bytecode_file_name.bc
13 ; RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc >/dev/null 2>/dev/null
15 ; RUN: llvm-ar x %p/xpg4.a very_long_bytecode_file_name.bc
16 ; RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc >/dev/null 2>/dev/null