[all-commits] [llvm/llvm-project] 86fc89: [lld][MachO] Add --disable_verify flag (#132105)
Ellis Hoag via All-commits
all-commits at lists.llvm.org
Wed Mar 19 16:05:23 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86fc897442f832823011e489aa03e4585a79296f
https://github.com/llvm/llvm-project/commit/86fc897442f832823011e489aa03e4585a79296f
Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
Date: 2025-03-19 (Wed, 19 Mar 2025)
Changed paths:
M lld/MachO/Config.h
M lld/MachO/Driver.cpp
M lld/MachO/LTO.cpp
M lld/MachO/Options.td
A lld/test/MachO/verify.ll
Log Message:
-----------
[lld][MachO] Add --disable_verify flag (#132105)
The `--disable_verify` flag is implemented for ELF and is used to
disable LLVM module verification.
https://github.com/llvm/llvm-project/blob/93afd8f9ac69d08bd743ef668c59403362c05d7a/lld/ELF/Options.td#L661
This allows us to quickly suppress verification errors.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list