diff --git a/tools/yaml2obj/yaml2elf.cpp b/tools/yaml2obj/yaml2elf.cpp index 80d21e795d6..942e75904ef 100644 --- a/tools/yaml2obj/yaml2elf.cpp +++ b/tools/yaml2obj/yaml2elf.cpp @@ -196,7 +196,6 @@ static int writeELF(raw_ostream &OS, const ELFYAML::Object &Doc) { Header.e_ident[EI_VERSION] = EV_CURRENT; // TODO: Implement ELF_ELFOSABI enum. Header.e_ident[EI_OSABI] = ELFOSABI_NONE; - // TODO: Implement ELF_ABIVERSION enum. Header.e_ident[EI_ABIVERSION] = 0; Header.e_type = Hdr.Type; Header.e_machine = Hdr.Machine;