diff options
| author | Adrian Prantl <aprantl@apple.com> | 2015-07-09 02:14:49 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2015-07-09 02:14:49 +0000 |
| commit | bfdf7dd176ab67264f4a7e02bb3bd8dee4979417 (patch) | |
| tree | 9c0191d759b2215d7813cbe935133c70bebbf82f /llvm/test | |
| parent | 157e5a6d10ffadff8b8789bf7701f5a04ae6e281 (diff) | |
| download | bcm5719-llvm-bfdf7dd176ab67264f4a7e02bb3bd8dee4979417.tar.gz bcm5719-llvm-bfdf7dd176ab67264f4a7e02bb3bd8dee4979417.zip | |
Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.
llvm-svn: 241781
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Object/Inputs/no-section-table.so | bin | 2544 -> 0 bytes | |||
| -rw-r--r-- | llvm/test/Object/no-section-table.test | 8 |
2 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/Object/Inputs/no-section-table.so b/llvm/test/Object/Inputs/no-section-table.so Binary files differdeleted file mode 100644 index fd176ebf7ce..00000000000 --- a/llvm/test/Object/Inputs/no-section-table.so +++ /dev/null diff --git a/llvm/test/Object/no-section-table.test b/llvm/test/Object/no-section-table.test deleted file mode 100644 index 1049390ce85..00000000000 --- a/llvm/test/Object/no-section-table.test +++ /dev/null @@ -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: } |

