[PATCH] D155735: [lld-macho] Implement -no_uuid

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 16:21:16 PDT 2023


int3 accepted this revision.
int3 added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: lld/MachO/Config.h:231
+  bool disableUuid = false;
 
   llvm::StringRef osoPrefix;
----------------
MaskRay wrote:
> I think we normally use a variable name of positive meaning like `bool uuid = true` (or maybe generateUuid?
+1 for generateUuid


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155735/new/

https://reviews.llvm.org/D155735



More information about the llvm-commits mailing list