[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
Tue Jul 25 13:59:16 PDT 2023
srj added a comment.
In D156016#4533091 <https://reviews.llvm.org/D156016#4533091>, @tianshilei1992 wrote:
> This patch causes compile error when using GCC 7.5.0.
And also under gcc 9.4.0 -- this has broken Halide's integration (which relies on older gcc for some platforms), so if a fix is not imminent, could this be rolled back pending a fix?
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