[PATCH] D88674: Add --delete_all_rpaths to llvm-install-name-tool
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 2 11:38:41 PDT 2020
alexshap accepted this revision.
alexshap added a comment.
This revision is now accepted and ready to land.
LG
================
Comment at: llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp:140
+ // about what it contains
+ if (Config.RemoveAllRpaths) {
+ return true;
----------------
nit: for a single-line if we don't use braces (just for consistency with the other places)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88674/new/
https://reviews.llvm.org/D88674
More information about the llvm-commits
mailing list