[llvm] Alternative attempt at fixing the modules build with C++17
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 9 Aug 2022 04:56:16 +0000 (21:56 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 9 Aug 2022 04:59:22 +0000 (21:59 -0700)
commit2db6b34ea8136b02ef533268f0324541c7f93d95
tree8072fa63cb62b6d712eabf1a8a75ffd1d57d139f
parent8e207e4c096e89fa5410b519715aba8c20701061
[llvm] Alternative attempt at fixing the modules build with C++17

My initial attempt in db008af50153 resulted in "error: no viable
constructor or deduction guide for deduction of template arguments of
'array'". Let's see if we can work around that by using an ArrayRef with
an explicit template argument.
llvm/include/llvm/ADT/STLExtras.h