I accidentally used int64 instead of int32 in the unit test result check of all/any unit tests. This lead to bad results in the Windows build.
(see also https://reviews.llvm.org/D106820)
Details
Details
Diff Detail
Diff Detail
Differential D107107
[flang] Fix all/any scalar unit tests mleair on Jul 29 2021, 2:34 PM. Authored by
Details I accidentally used int64 instead of int32 in the unit test result check of all/any unit tests. This lead to bad results in the Windows build.
Diff Detail |