https://github.com/Xazax-hun closed
https://github.com/llvm/llvm-project/pull/95374
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Xazax-hun updated
https://github.com/llvm/llvm-project/pull/95374
From ad99b7f7587242060adf60d3e3f08711b0bc670d Mon Sep 17 00:00:00 2001
From: Gabor Horvath
Date: Thu, 13 Jun 2024 09:46:05 +0100
Subject: [PATCH] [clang] Clean up macOS version flags
The -mmacos-version-min fl
@@ -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:
https://github.com/Xazax-hun edited
https://github.com/llvm/llvm-project/pull/95374
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/ldionne approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/95374
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Xazax-hun created
https://github.com/llvm/llvm-project/pull/95374
The -mmacos-version-min flag is preferred over -mmacosx-version-min. This patch
makes updates the tests and documentation to make this clear and also adds the
missing logic to scan build to handle the new flag
llvmbot wrote:
@llvm/pr-subscribers-clang-static-analyzer-1
Author: Gábor Horváth (Xazax-hun)
Changes
The -mmacos-version-min flag is preferred over -mmacosx-version-min. This patch
makes updates the tests and documentation to make this clear and also adds the
missing logic to scan build