[lld] [lld-macho] Implement ObjC category merging (-objc_category_merging) (PR #82928)
Kyungwoo Lee via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 11:19:32 PST 2024
================
@@ -14,15 +14,28 @@
namespace lld::macho {
namespace objc {
-
+namespace symbol_names {
----------------
kyulee-com wrote:
This change looks good, but which is not directly related.
Can you create a separate PR (NFC) just for this, and the this PR depends on it?
https://github.com/llvm/llvm-project/pull/82928
More information about the llvm-commits
mailing list