[all-commits] [llvm/llvm-project] ecad96: Revert "[lld-macho] Warn on method name collisions...
Jez Ng via All-commits
all-commits at lists.llvm.org
Wed Mar 8 15:58:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecad968f4a517110f978f63d92459f7318e193f5
https://github.com/llvm/llvm-project/commit/ecad968f4a517110f978f63d92459f7318e193f5
Author: Jez Ng <jezng at fb.com>
Date: 2023-03-08 (Wed, 08 Mar 2023)
Changed paths:
M lld/MachO/Driver.cpp
M lld/MachO/InputFiles.cpp
M lld/MachO/InputSection.cpp
M lld/MachO/InputSection.h
R lld/MachO/Layout.h
M lld/MachO/ObjC.cpp
M lld/MachO/ObjC.h
M lld/MachO/Relocations.cpp
M lld/MachO/Relocations.h
M lld/MachO/UnwindInfoSection.cpp
R lld/test/MachO/Inputs/MacOSX.sdk/usr/lib/libobjc.tbd
R lld/test/MachO/objc-category-conflicts.s
M lld/test/MachO/objc-imageinfo.s
Log Message:
-----------
Revert "[lld-macho] Warn on method name collisions from category definitions"
This reverts commit ef122753db7fe8e9a0b7bedd46d2f3668a780fcb.
Apparently it is causing some crashes:
https://reviews.llvm.org/D142916#4178869
More information about the All-commits
mailing list