[all-commits] [llvm/llvm-project] f317ce: [lld-macho] Implement -no_uuid
Keith Smiley via All-commits
all-commits at lists.llvm.org
Wed Jul 19 16:39:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f317ce218e75abe6bc0818709fbbb81657224ffe
https://github.com/llvm/llvm-project/commit/f317ce218e75abe6bc0818709fbbb81657224ffe
Author: Keith Smiley <keithbsmiley at gmail.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M lld/MachO/Config.h
M lld/MachO/Driver.cpp
M lld/MachO/Options.td
M lld/MachO/Writer.cpp
M lld/test/MachO/uuid.s
Log Message:
-----------
[lld-macho] Implement -no_uuid
Since UUID generation in lld is fast this is rarely used but it can be
helpful to avoid temporary issues like https://github.com/llvm/llvm-project/issues/63961
Differential Revision: https://reviews.llvm.org/D155735
More information about the All-commits
mailing list