Closed
Description
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.
Example to replicate:
>>> print(2 % 3)
JIT session error: Symbols not found: [ _lfortran_zaimag, _lfortran_caimag ]
< Stack Track ... >
You will find that they are declared at
lpython/src/runtime/lpython_builtin.py
Lines 438 to 444 in 8773842
Metadata
Metadata
Assignees
Labels
No labels