[clang] [clang] Clean up macOS version flags (PR #95374)

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 13 15:31:45 PDT 2024


================
@@ -389,6 +389,7 @@ my %CompilerLinkerOptionMap = (
   '-target' => 1,
   '-v' => 0,
   '-mmacosx-version-min' => 0, # This is really a 1 argument, but always has '='
+  '-mmacos-version-min' => 0, # This is really a 1 argument, but always has '='
----------------
haoNoQ wrote:

Nice nice nice thanks!

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


More information about the cfe-commits mailing list