[all-commits] [llvm/llvm-project] 855d3c: [lld-macho] Gate category checking behind --check-...
Jez Ng via All-commits
all-commits at lists.llvm.org
Fri Mar 31 10:20:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 855d3cb8e3e831a48378865575bf950deda1ecf1
https://github.com/llvm/llvm-project/commit/855d3cb8e3e831a48378865575bf950deda1ecf1
Author: Jez Ng <jezng at fb.com>
Date: 2023-03-31 (Fri, 31 Mar 2023)
Changed paths:
M lld/MachO/Driver.cpp
M lld/MachO/Options.td
M lld/test/MachO/objc-category-conflicts.s
Log Message:
-----------
[lld-macho] Gate category checking behind --check-category-conflicts
@oontvoo reports that the current implementation crashes on a bunch of
their builds. Let's leave it disabled by default for now.
Reviewed By: #lld-macho, oontvoo
Differential Revision: https://reviews.llvm.org/D147341
More information about the All-commits
mailing list