Remove TargetMachine from PPCInstrInfo and all dependencies and
[oota-llvm.git] / test / Object / nm-archive.test
index bf56a300e0d5652f8ecbc789ce1775216fd966db..fbbf051b478ab16f8efea48a478226d7912195fd 100644 (file)
@@ -28,12 +28,8 @@ Or in an archive with no symtab or string table.
 RUN: llvm-nm %p/Inputs/archive-test.a-gnu-minimal
 
 
-And don't crash when asked to print a non existing symtab.
+And don't crash when asked to print a non-existing symtab.
 RUN: llvm-nm -s %p/Inputs/archive-test.a-gnu-minimal
 
-
-Test that we at least find the symbol table on an OS X archive. Please update
-this when we are actually able to parse it.
-RUN: not llvm-nm -s %p/Inputs/MacOSX.a 2>&1 | FileCheck %s -check-prefix OSX
-
-OSX: BSD archive format is not supported
+Don't reject an empty archive.
+RUN: llvm-nm %p/Inputs/archive-test.a-empty