This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix all/any scalar unit tests
ClosedPublic

Authored by mleair on Jul 29 2021, 2:34 PM.

Details

Summary

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)

Diff Detail