Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241781 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Adrian Prantl
2015-07-09 02:14:49 +00:00
parent dc4dccabf3
commit 2efb9f7c3e
8 changed files with 27 additions and 102 deletions
Binary file not shown.
-8
View File
@@ -1,8 +0,0 @@
RUN: llvm-readobj %p/Inputs/no-section-table.so -hash-table | FileCheck %s
CHECK: HashTable {
CHECK: Num Buckets: 3
CHECK: Num Chains: 13
CHECK: Buckets: [12, 10, 11]
CHECK: Chains: [0, 0, 0, 0, 2, 3, 4, 0, 7, 5, 6, 8, 9]
CHECK: }