diff options
| author | Georgii Rymar <grimar@accesssoftek.com> | 2020-01-15 14:16:03 +0300 |
|---|---|---|
| committer | Georgii Rymar <grimar@accesssoftek.com> | 2020-01-15 14:19:00 +0300 |
| commit | ca6f616532780b236556fc129cda3243d31cb01a (patch) | |
| tree | a93395095b2c375f8804a8eb002ca2d555ae67cf /llvm/include | |
| parent | 884a65af5ceebce76519749ed6eb9a86d0596771 (diff) | |
| download | bcm5719-llvm-ca6f616532780b236556fc129cda3243d31cb01a.tar.gz bcm5719-llvm-ca6f616532780b236556fc129cda3243d31cb01a.zip | |
Revert "[yaml2obj/obj2yaml] - Add support for SHT_RELR sections."
This reverts commit 46d11e30ee807accefd14e0b7f306647963a39b5.
It broke bots. E.g. http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/60744
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/ObjectYAML/ELFYAML.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/include/llvm/ObjectYAML/ELFYAML.h b/llvm/include/llvm/ObjectYAML/ELFYAML.h index f87135e6a1b..c9f14589906 100644 --- a/llvm/include/llvm/ObjectYAML/ELFYAML.h +++ b/llvm/include/llvm/ObjectYAML/ELFYAML.h @@ -138,7 +138,6 @@ struct Chunk { Group, RawContent, Relocation, - Relr, NoBits, Note, Hash, @@ -441,17 +440,6 @@ struct RelocationSection : Section { } }; -struct RelrSection : Section { - Optional<std::vector<llvm::yaml::Hex64>> Entries; - Optional<yaml::BinaryRef> Content; - - RelrSection() : Section(ChunkKind::Relr) {} - - static bool classof(const Chunk *S) { - return S->Kind == ChunkKind::Relr; - } -}; - struct SymtabShndxSection : Section { std::vector<uint32_t> Entries; |

