diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-10 21:47:16 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-10 21:47:16 +0000 |
commit | 3b5475c0f28935fe7b3a6c6b2505a645d5331134 (patch) | |
tree | d582b2cc1d092eaed8c185fabe7a4c1d57fac07d /llvm/test/Object/check_binary_output.ll | |
parent | 56f48d09f8cdb458de7d148e9449e6ccbb6e679a (diff) | |
download | bcm5719-llvm-3b5475c0f28935fe7b3a6c6b2505a645d5331134.tar.gz bcm5719-llvm-3b5475c0f28935fe7b3a6c6b2505a645d5331134.zip |
Move tests from test/Archive to test/Object.
There is no lib/Archive anymore and some archive tests were in test/Archive and
others in test/Object. Since archive is just one of the formats supported by
lib/Object, test/Object is probably the best location.
llvm-svn: 186038
Diffstat (limited to 'llvm/test/Object/check_binary_output.ll')
-rw-r--r-- | llvm/test/Object/check_binary_output.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Object/check_binary_output.ll b/llvm/test/Object/check_binary_output.ll new file mode 100644 index 00000000000..567f18e65ba --- /dev/null +++ b/llvm/test/Object/check_binary_output.ll @@ -0,0 +1,4 @@ +; This is not an assembly file, this is just to run the test. +; The test verifies that llvm-ar produces a binary output. + +;RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | cmp -s %p/Inputs/very_long_bytecode_file_name.bc - |