[all-commits] [llvm/llvm-project] d48926: [clang/mac] Make -mmacos-version-min the canonical...
Nico Weber via All-commits
all-commits at lists.llvm.org
Tue Jul 12 08:04:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d489268392d231492827c5b0a3be88b707e1fd31
https://github.com/llvm/llvm-project/commit/d489268392d231492827c5b0a3be88b707e1fd31
Author: Nico Weber <thakis at chromium.org>
Date: 2022-07-12 (Tue, 12 Jul 2022)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/test/Driver/darwin-debug-flags.c
Log Message:
-----------
[clang/mac] Make -mmacos-version-min the canonical spelling over -mmacosx-version-min
This was promised 5 years ago in https://reviews.llvm.org/D32796,
let's do it.
Both flags are still accepted. No behavior change except for which
form shows up in --help output and in dumps of internal state
(such as with RC_DEBUG_OPTIONS).
Differential Revision: https://reviews.llvm.org/D129226
More information about the All-commits
mailing list