[lld] [LLD, MachO] Default objc_relative_method_lists on MacOS10.16+/iOS14+ (PR #104519)
Peter Rong via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 16:19:12 PDT 2024
================
@@ -1,3 +1,6 @@
+# `-no_objc_relative_method_lists` needs to be explicitly added to this test to avoid crashing after `-objc_relative_method_lists` was made default.
+# TODO: Make this test compatible with default `-objc_relative_method_lists` and remove the `-no_objc_relative_method_lists` flag. Issue #101419
----------------
DataCorrupted wrote:
Opps, forgot to remove unnecessary comments.
https://github.com/llvm/llvm-project/pull/104519
More information about the llvm-commits
mailing list