mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-11 15:26:40 +00:00
![Reid Spencer](/assets/img/avatar_default.png)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18043 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
300 B
LLVM
6 lines
300 B
LLVM
;This isn't really an assembly file, its just here to run the test.
|
|
;This test just makes sure that llvm-ar can extract bytecode members
|
|
;from GNU style archives
|
|
;RUN: llvm-ar x %p/GNU.a very_long_bytecode_file_name.bc
|
|
;RUN: diff -q %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|