[all-commits] [llvm/llvm-project] d4245e: [clang-cl] Accept /FA[c][s][u], but ignore the arg...

Stephen Long via All-commits all-commits at lists.llvm.org
Mon Jun 13 12:02:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d4245ed67ce44188714e6b29a0b45e860619bcf2
      https://github.com/llvm/llvm-project/commit/d4245ed67ce44188714e6b29a0b45e860619bcf2
  Author: Stephen Long <steplong at quicinc.com>
  Date:   2022-06-13 (Mon, 13 Jun 2022)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/cl-outputs.c

  Log Message:
  -----------
  [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




More information about the All-commits mailing list