Continuing from D77285, the external interfaces implemented by
ELFDump.cpp are now declared in ELFDump.h and moved into the
llvm::objdump namespace. Externs defined in ELFDump.cpp that are
unreferenced externally are also made static.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
you can avoid the smallvector include as well:
template <typename T> class SmallVectorImpl;