[PATCH] D96280: [clang][cli] Round-trip the whole CompilerInvocation

Alan Phipps via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 10 10:55:40 PST 2021


alanphipps added a comment.

In D96280#2611651 <https://reviews.llvm.org/D96280#2611651>, @alanphipps wrote:

> We also encounter a build failure on the Mac related to above but in a different file:
> clang/lib/CodeGen/CGStmtOpenMP.cpp:1916:3: error: too few template arguments for class template 'SmallVector'
> SmallVector<llvm::Value *> EffectiveArgs;
> ^
> clang/include/clang/Basic/LLVM.h:35:42: note: template is declared here
> template<typename T, unsigned N> class SmallVector;

Disregard -- my issue is related to another commit and is addressed by https://reviews.llvm.org/D98265

In D96280#2611651 <https://reviews.llvm.org/D96280#2611651>, @alanphipps wrote:

> We also encounter a build failure on the Mac related to above but in a different file:
> clang/lib/CodeGen/CGStmtOpenMP.cpp:1916:3: error: too few template arguments for class template 'SmallVector'
> SmallVector<llvm::Value *> EffectiveArgs;
> ^
> clang/include/clang/Basic/LLVM.h:35:42: note: template is declared here
> template<typename T, unsigned N> class SmallVector;




Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96280



More information about the cfe-commits mailing list