[PATCH] D49206: [llvm-objcopy] Add support for large indexes

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 11 22:59:59 PDT 2018


alexshap added inline comments.


================
Comment at: llvm/tools/llvm-objcopy/Object.h:404
+  std::vector<uint32_t> Indexes;
+  SymbolTableSection *Symbols;
+
----------------
similarly to how it's done in the other similar cases I'd initialize Symbols with nullptr


Repository:
  rL LLVM

https://reviews.llvm.org/D49206





More information about the llvm-commits mailing list