[PATCH] D150645: [Driver] Support multi /guard: options

Mike Hommey via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 29 15:04:48 PDT 2023


glandium added a comment.

In D150645#4351266 <https://reviews.llvm.org/D150645#4351266>, @aeubanks wrote:

> this causes `./build/rel/bin/clang-cl /c /tmp/a.cc /Fo/tmp/a /guard:cf,nochecks` to go from no warnings to
>
>   clang-cl: warning: argument unused during compilation: '/guard:cf,nochecks' [-Wunused-command-line-argument]

This affects 16.0.4


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150645/new/

https://reviews.llvm.org/D150645



More information about the cfe-commits mailing list