[PATCH] D155735: [lld-macho] Implement -no_uuid
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 15:40:51 PDT 2023
MaskRay added inline comments.
================
Comment at: lld/MachO/Config.h:231
+ bool disableUuid = false;
llvm::StringRef osoPrefix;
----------------
I think we normally use a variable name of positive meaning like `bool uuid = true` (or maybe 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