[PATCH] D94973: [clang][OpenMP] Use OpenMPIRBuilder for workshare loops.
Alan Phipps via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 10 09:37:12 PST 2021
alanphipps added a comment.
Hello! I am seeing a downstream build failure on Mac as a result of your changes:
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/D94973/new/
https://reviews.llvm.org/D94973
More information about the llvm-commits
mailing list