blob: 5c0f508319b9d917f99b82652d08fee6f6be0155 [file] [log] [blame]
Daniel Dunbarcada5c52009-09-08 23:44:24 +00001; This isn't really an assembly file, its just here to run the test.
2
3; This test just makes sure that llvm-ar can extract bytecode members
4; from various style archives.
5
Chandler Carruth4ca11de2011-07-02 20:43:18 +00006; RUN: llvm-ar p %p/GNU.a very_long_bytecode_file_name.bc | \
7; RUN: cmp -s %p/very_long_bytecode_file_name.bc -
Daniel Dunbarcada5c52009-09-08 23:44:24 +00008
Chandler Carruth4ca11de2011-07-02 20:43:18 +00009; RUN: llvm-ar p %p/MacOSX.a very_long_bytecode_file_name.bc | \
10; RUN: cmp -s %p/very_long_bytecode_file_name.bc -
Daniel Dunbarcada5c52009-09-08 23:44:24 +000011
Chandler Carruth4ca11de2011-07-02 20:43:18 +000012; RUN: llvm-ar p %p/SVR4.a very_long_bytecode_file_name.bc | \
13; RUN: cmp -s %p/very_long_bytecode_file_name.bc -
Daniel Dunbarcada5c52009-09-08 23:44:24 +000014
Chandler Carruth4ca11de2011-07-02 20:43:18 +000015; RUN: llvm-ar p %p/xpg4.a very_long_bytecode_file_name.bc |\
16; RUN: cmp -s %p/very_long_bytecode_file_name.bc -