[PATCH] D46896: [llvm-objcopy] Add --strip-unneeded option

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 24 12:22:24 PDT 2018


alexshap added inline comments.


================
Comment at: tools/llvm-objcopy/Object.h:632
   void removeSymbols(function_ref<bool(const Symbol &)> ToRemove);
+  void markSymbols();
   template <class T, class... Ts> T &addSection(Ts &&... Args) {
----------------
missing override ?


Repository:
  rL LLVM

https://reviews.llvm.org/D46896





More information about the llvm-commits mailing list