we already accept "--target=". No reason to not accept "-target" too (that's the one I typically use for some reason).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D119446
[clang-cl] Accept the "legacy'"-target flag spelling ClosedPublic Authored by hans on Feb 10 2022, 8:22 AM.
Details
Summary we already accept "--target=". No reason to not accept "-target" too (that's the one I typically use for some reason).
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 10 2022, 8:26 AM This revision was landed with ongoing or failed builds.Feb 10 2022, 9:27 AM Closed by commit rG8baa076dffa3: [clang-cl] Accept the "legacy" -target flag spelling (authored by hans). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 407573 clang/include/clang/Driver/Options.td
clang/test/Driver/cl-options.c
|