summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-10 22:15:29 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-10 22:15:29 +0000
commit555aa899c63e4b6b854dc5fa71808b6a400191fc (patch)
tree0540fbf527450bc9a7974730a7cd7a040b1006b3
parent0c14cf9a7cf96317a14f43c26cc3c70c73e3e9db (diff)
downloadbcm5719-llvm-555aa899c63e4b6b854dc5fa71808b6a400191fc.tar.gz
bcm5719-llvm-555aa899c63e4b6b854dc5fa71808b6a400191fc.zip
Remove this test for now.
It is not reliable to depend on the output of llvm_unreachable. The original change will have proper tests when llvm-ar moves to lib/Object (soon). llvm-svn: 186043
-rw-r--r--llvm/test/Object/nm-archive.test7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/Object/nm-archive.test b/llvm/test/Object/nm-archive.test
index bf56a300e0d..99efc1bec67 100644
--- a/llvm/test/Object/nm-archive.test
+++ b/llvm/test/Object/nm-archive.test
@@ -30,10 +30,3 @@ RUN: llvm-nm %p/Inputs/archive-test.a-gnu-minimal
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
OpenPOWER on IntegriCloud