You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reading some materials come to conclusion that due to differences in OS and compilers, there is differnet behaviour of handing uint64_t values
Under Windows python does not allow to set negative values into unsigned type (uint64_t)
so here is a PR to address this corner case: #1501
after successfully bulding the full package (including llvm) I did run some subset under windows
the quesitons are
I'm curious how come that this speicific TC fails... is -1 value bigger then uint64_t type?
The text was updated successfully, but these errors were encountered: