summaryrefslogtreecommitdiff
path: root/test/Object
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-04 19:40:23 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-04 19:40:23 +0000
commit6d88f9b73ae8e9170cd8da729895a03a785cc633 (patch)
treee8233a4947a62667eeb94d7a42bc9f4b374b7158 /test/Object
parent2c8ce86e7aae23f9d86cdf4e6027f9703c13ee7f (diff)
downloadllvm-6d88f9b73ae8e9170cd8da729895a03a785cc633.tar.gz
llvm-6d88f9b73ae8e9170cd8da729895a03a785cc633.tar.bz2
llvm-6d88f9b73ae8e9170cd8da729895a03a785cc633.tar.xz
Add support for archives with no symbol table or string table.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185664 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Object')
-rw-r--r--test/Object/Inputs/archive-test.a-gnu-minimal2
-rw-r--r--test/Object/nm-archive.test3
2 files changed, 5 insertions, 0 deletions
diff --git a/test/Object/Inputs/archive-test.a-gnu-minimal b/test/Object/Inputs/archive-test.a-gnu-minimal
new file mode 100644
index 0000000000..a243273c48
--- /dev/null
+++ b/test/Object/Inputs/archive-test.a-gnu-minimal
@@ -0,0 +1,2 @@
+!<arch>
+test/ 1372964340 1000 1000 100664 0 `
diff --git a/test/Object/nm-archive.test b/test/Object/nm-archive.test
index 869bea849c..922983c887 100644
--- a/test/Object/nm-archive.test
+++ b/test/Object/nm-archive.test
@@ -9,6 +9,9 @@ RUN: llvm-nm %t2 | FileCheck %s -check-prefix BITCODE
Test we don't error with an archive with no symtab.
RUN: llvm-nm %p/Inputs/archive-test.a-gnu-no-symtab
+Or in an archive with no symtab or string table.
+RUN: llvm-nm %p/Inputs/archive-test.a-gnu-minimal
+
COFF: trivial-object-test.coff-i386:
COFF-NEXT: 00000000 d .data
COFF-NEXT: 00000000 t .text