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
A bug arises when using the modulo operator with the interactive shell. LLVM jit cannot find _lfortran_caimag and _lfortran_zaimag functions. I used grep to find any definition of the two functions but I did not find any. I believe the functions are not required.
A bug arises when using the modulo operator with the interactive shell. LLVM jit cannot find
_lfortran_caimag
and_lfortran_zaimag
functions. I usedgrep
to find any definition of the two functions but I did not find any. I believe the functions are not required.Example to replicate:
You will find that they are declared at
lpython/src/runtime/lpython_builtin.py
Lines 438 to 444 in 8773842
The text was updated successfully, but these errors were encountered: