From 009b1c42aa6266385f2c37e227516b24077e6dd7 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Tue, 2 Jun 2009 17:52:33 +0000 Subject: Import LLVM, at r72732. --- test/Archive/extract_MacOSX.ll | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/Archive/extract_MacOSX.ll (limited to 'test/Archive/extract_MacOSX.ll') diff --git a/test/Archive/extract_MacOSX.ll b/test/Archive/extract_MacOSX.ll new file mode 100644 index 0000000000000..c811a59b33a20 --- /dev/null +++ b/test/Archive/extract_MacOSX.ll @@ -0,0 +1,6 @@ +;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 MacOSX style archives + +;RUN: llvm-ar x %p/MacOSX.a very_long_bytecode_file_name.bc +;RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc > /dev/null 2>/dev/null -- cgit v1.2.3