[clang] [lld] [llvm] Rename -macosx_version_min to -macos_version_min (PR #88810)

J. Ryan Stinnett via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 24 12:36:27 PDT 2024


https://github.com/jryans commented:

AIUI, this is straightforward case of updating tools to use new option names. I suppose there is a chance it triggers failures in e.g. older linkers that don't support the newer names, but I assume on Apple platforms there's less risk of that anyway.

Do you happen to know when the new name was first added to the linker?

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


More information about the cfe-commits mailing list