diff options
Diffstat (limited to 'test/Object/toc_MacOSX.ll')
-rw-r--r-- | test/Object/toc_MacOSX.ll | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/Object/toc_MacOSX.ll b/test/Object/toc_MacOSX.ll deleted file mode 100644 index 3b8166c..0000000 --- a/test/Object/toc_MacOSX.ll +++ /dev/null @@ -1,9 +0,0 @@ -;This isn't really an assembly file, its just here to run the test. -;This test just makes sure that llvm-ar can generate a table of contents for -;MacOSX style archives -;RUN: llvm-ar t %p/Inputs/MacOSX.a | FileCheck %s -;CHECK: __.SYMDEF SORTED -;CHECK-NEXT: evenlen -;CHECK-NEXT: oddlen -;CHECK-NEXT: very_long_bytecode_file_name.bc -;CHECK-NEXT: IsNAN.o |