[all-commits] [llvm/llvm-project] 8baa07: [clang-cl] Accept the "legacy" -target flag spelling
Hans via All-commits
all-commits at lists.llvm.org
Thu Feb 10 09:27:55 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8baa076dffa381baa1f190356b4be5b0cc3bf13e
https://github.com/llvm/llvm-project/commit/8baa076dffa381baa1f190356b4be5b0cc3bf13e
Author: Hans Wennborg <hans at chromium.org>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/test/Driver/cl-options.c
Log Message:
-----------
[clang-cl] Accept the "legacy" -target flag spelling
we already accept "--target=". No reason to not accept "-target" too
(that's the one I typically use for some reason).
Differential revision: https://reviews.llvm.org/D119446
More information about the All-commits
mailing list