[PATCH] D145434: [lld][ELF] Remove unused enum value. NFC

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 16:07:00 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG088d1f100ebd: [lld][ELF] Remove unused enum value. NFC (authored by sbc100).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145434/new/

https://reviews.llvm.org/D145434

Files:
  lld/ELF/InputFiles.h


Index: lld/ELF/InputFiles.h
===================================================================
--- lld/ELF/InputFiles.h
+++ lld/ELF/InputFiles.h
@@ -59,7 +59,6 @@
   enum Kind : uint8_t {
     ObjKind,
     SharedKind,
-    ArchiveKind,
     BitcodeKind,
     BinaryKind,
   };


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145434.502849.patch
Type: text/x-patch
Size: 279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230307/2f42a55c/attachment.bin>


More information about the llvm-commits mailing list