[PATCH] D156016: [Support] Change MapVector's default template parameter to SmallVector<*, 0>
Steven Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 26 09:08:57 PDT 2023
srj added a comment.
In D156016#4533783 <https://reviews.llvm.org/D156016#4533783>, @tianshilei1992 wrote:
> I can confirm that 6a684dbc4433a33e5f94fb15c9e378a2408021e0 <https://reviews.llvm.org/rG6a684dbc4433a33e5f94fb15c9e378a2408021e0> fixed the build with GCC 7.5.0. Thanks.
FYI, apparently this fix needs to be backported to the `release/17.x` branch as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156016/new/
https://reviews.llvm.org/D156016
More information about the llvm-commits
mailing list