[clang-cl] Accept /FA[c][s][u], but ignore the arguments
authorStephen Long <steplong@quicinc.com>
Mon, 13 Jun 2022 18:53:39 +0000 (11:53 -0700)
committerStephen Long <steplong@quicinc.com>
Mon, 13 Jun 2022 19:01:54 +0000 (12:01 -0700)
commitd4245ed67ce44188714e6b29a0b45e860619bcf2
tree64109f7afba2933f4addea49be9b34fab6fa7f59
parent89e4b75648888026a1f06f486a8fb1599ad79a31
[clang-cl] Accept /FA[c][s][u], but ignore the arguments

Previously, /FAsc would emit a warning. Now, it will just do what /FA does.

https://docs.microsoft.com/en-us/cpp/build/reference/fa-fa-listing-file?view=msvc-170

Reviewed By: hans

Differential Revision: https://reviews.llvm.org/D127519
clang/include/clang/Driver/Options.td
clang/test/Driver/cl-options.c
clang/test/Driver/cl-outputs.c