[PATCH] D65247: [llvm-lipo] Implement -replace
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 24 15:23:30 PDT 2019
alexshap added inline comments.
================
Comment at: llvm/tools/llvm-lipo/llvm-lipo.cpp:622
+ for (auto &Slice : Slices) {
+ auto Replace = ReplacementSlices.find(getArchString(*Slice.ObjectFile));
+ if (Replace != ReplacementSlices.end()) {
----------------
auto It = ReplacementSlices.find(...)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65247/new/
https://reviews.llvm.org/D65247
More information about the llvm-commits
mailing list