[lld] [LLD, MachO] Default objc_relative_method_lists on MacOS11+/iOS14+ (PR #101360)

Daniel Bertalan via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 11:58:50 PDT 2024


================
@@ -1,3 +1,6 @@
+# TODO: `-objc_relative_method_lists` is turned on by default.
+# Adding `-no_objc_relative_method_lists` explicitly here to avoid crashing.
----------------
BertalanD wrote:

Is my understanding correct that these crashes only occur when category merging (which is still of by default) is enabled alongside relative method lists?

If not, I'd like to see the crashes fixed first.

https://github.com/llvm/llvm-project/pull/101360


More information about the llvm-commits mailing list