[PATCH] D78695: [llvm-objdump][ELF][NFC] Create ELFDump.h

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 23 03:13:22 PDT 2020


RKSimon added inline comments.


================
Comment at: llvm/tools/llvm-objdump/ELFDump.h:12
+
+#include "llvm/ADT/SmallVector.h"
+
----------------
you can avoid the smallvector include as well:
template <typename T> class SmallVectorImpl;


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78695





More information about the llvm-commits mailing list