[PATCH] D158301: Add back overriding-t-options for -m<os>-version-min diagnostic
Duncan P. N. Exon Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 19 08:30:06 PDT 2023
dexonsmith added inline comments.
================
Comment at: clang/test/Driver/darwin-version.c:217
// RUN: FileCheck --check-prefix=CHECK-VERSION-TNO-OSV1 %s
-// CHECK-VERSION-TNO-OSV1: overriding '-mmacos-version-min=10.6' option with '-target x86_64-apple-macos10.11.2'
+// CHECK-VERSION-TNO-OSV1: overriding '-mmacos-version-min=10.6' option with '-target x86_64-apple-macos10.11.2' [-Woverriding-t-option]
----------------
Why would we want to use the old name here? An alias seems strictly better to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158301/new/
https://reviews.llvm.org/D158301
More information about the cfe-commits
mailing list