You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[maccatalyst] Check for -Wno-overriding-option for compatibility with clang in Xcode 16.3+ (dotnet#119260)
llvm/llvm-project@1c66d08 renamed the option `-Wno-overriding-t-option` to `-Wno-overriding-option`.
This caused some configure time checks in CMake to fail because of hitting an unknown compiler option.
(cherry picked from commit 4b8a478)
# We need to disable the warning that -target replaces -mmacosx-version-min
670
+
#
671
+
# With https://github.com/llvm/llvm-project/commit/1c66d08b0137cef7761b8220d3b7cb7833f57cdb clang renamed the option so we need to check for both
# We need to disable the warning that -target replaces -mmacosx-version-min
561
+
#
562
+
# With https://github.com/llvm/llvm-project/commit/1c66d08b0137cef7761b8220d3b7cb7833f57cdb clang renamed the option so we need to check for both
0 commit comments