[PATCH] D135128: [clang][cli] Remove repetitive macro invocations

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 3 22:29:20 PDT 2022


jansvoboda11 updated this revision to Diff 464889.
jansvoboda11 added a comment.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Actually add the MSVC flag after confirming the failure in CI.

  tools\clang\include\clang/Driver/Options.inc(7003): warning C4003: not enough arguments for function-like macro invocation 'GENERATE_OPTION_WITH_MARSHALLING'
  tools\clang\include\clang/Driver/Options.inc(7002): error C2059: syntax error: ')'
  tools\clang\include\clang/Driver/Options.inc(7003): error C2143: syntax error: missing ';' before '{'
  ...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135128

Files:
  clang/lib/Frontend/CompilerInvocation.cpp
  llvm/cmake/modules/HandleLLVMOptions.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135128.464889.patch
Type: text/x-patch
Size: 27516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221004/9b061d25/attachment-0001.bin>


More information about the cfe-commits mailing list