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

Phoebe Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 29 17:45:23 PDT 2023


pengfei added a comment.

In D150645#4379536 <https://reviews.llvm.org/D150645#4379536>, @glandium wrote:

> 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

Sorry for making the trouble. I have made a backport request targeting 16.0.5: https://github.com/llvm/llvm-project/issues/62921


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