We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Both src/arm-codegen and src/riscv-codegen.c have some functions in common. The code generation can be refactored with the following changes:
src/arm-codegen
src/riscv-codegen.c
src/codegen.c
shecc
The text was updated successfully, but these errors were encountered:
Depends on #47
Sorry, something went wrong.
534e5a8
jserv
No branches or pull requests
Both
src/arm-codegen
andsrc/riscv-codegen.c
have some functions in common. The code generation can be refactored with the following changes:src/codegen.c
from src/{arm,riscv}-codegen.csrc/codegen.c
, there should be a statement `#include "src/arch-codegen.c" which links to Arm or RISC-V code generation implementation.shecc
executable file should be capable of showing its configurations such as the supported architecture and ABI.The text was updated successfully, but these errors were encountered: