[all-commits] [llvm/llvm-project] 37be43: [lld-macho] Fix erasing category names for ObjC ca...

alx32 via All-commits all-commits at lists.llvm.org
Fri Jul 19 23:18:21 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 37be437b1237ee1e02e72eb59c915be16ad8ee53
      https://github.com/llvm/llvm-project/commit/37be437b1237ee1e02e72eb59c915be16ad8ee53
  Author: alx32 <103613512+alx32 at users.noreply.github.com>
  Date:   2024-07-19 (Fri, 19 Jul 2024)

  Changed paths:
    M lld/MachO/ObjC.cpp
    A lld/test/MachO/objc-category-merging-erase-objc-name-test.s

  Log Message:
  -----------
  [lld-macho] Fix erasing category names for ObjC categories (#99400)

We were already not deleting category names for Swift classes as those
names can be reused by other parts. However, I have come across a corner
case where this also happens for ObjC categories - so we can't delete
category names for them either. TODO remains to optimize this behavior
for both ObjC and Swift.



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