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
Currently, ecc compiler generates JSON file with binary code and meta-inforamtion, such as relocations, global data, etc.
We need to change it and generate Assembler file instead, because it is more canonical for LLVM.
The text was updated successfully, but these errors were encountered:
Currently,
ecc
compiler generates JSON file with binary code and meta-inforamtion, such as relocations, global data, etc.We need to change it and generate Assembler file instead, because it is more canonical for LLVM.
The text was updated successfully, but these errors were encountered: