forked from v8/v8
-
Notifications
You must be signed in to change notification settings - Fork 31
RV32G first PR HOWTO
qjivy edited this page Apr 12, 2022
·
2 revisions
- fork the https://github.com/riscv-collab/v8 and get a private v8 repo for yourself
- follow the https://github.com/riscv-collab/v8/wiki/Getting-Started-for-RV32G-porting, set up the code base
- create a local foo branch then make your local modify in the foo branch
-
Before local commit, two things must be done firstly:
- using "git cl format --no-python" to properly format your modify
- make the local build of riscv32 debug pass
- local git commit and git push the foo branch to your private v8 repo
- file Pull Request in the github web page, make sure to invite at least one reviewer ( @yahan or @qjivy )
- check the status of your PR in the github page, if there is any failure checks, pls resolve it , and repeat the process of the PR (from 3-7) again.
- Home
- Getting Started
- Project Management
- For Developers
- RISC-V Backend Design Doc
- Community operation