[PATCH] D50381: [llvm-objcopy] Add --prefix-symbols option

Paul Semel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 7 04:43:14 PDT 2018


paulsemel added inline comments.


================
Comment at: tools/llvm-objcopy/llvm-objcopy.cpp:215
 
+static std::vector<std::unique_ptr<std::string>> SymbolsPrefixedNames;
+
----------------
This might not be the correct way to retain the new symbols names (and surely not the correct place to have it anyway), but I couldn't find a smarter way to do it..


Repository:
  rL LLVM

https://reviews.llvm.org/D50381





More information about the llvm-commits mailing list