Uh oh!
There was an error while loading. Please reload this page.
Implement proper C ABI lowering for RISC-V - #68452
Conversation
rust-highfive
commented
Jan 22, 2020
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
lenary
commented
Jan 22, 2020
Thanks for opening a pull request! I would like to see This will involve using structs annotated |
cd71c24 to
796b21dCompare
This comment has been minimized.
This comment has been minimized.
a73e032 to
bac26c4Comparemsizanoen1
commented
Jan 23, 2020
The implementation is now complete. Now the only remaining part is adding tests. |
c8993cc to
a7dea90Comparemsizanoen1
commented
Jan 23, 2020
@rustbot modify labels: +T-compiler |
@rustbot modify labels: -S-waiting-on-author +S-waiting-on-review |
programmerjake
commented
Jan 24, 2020
Seems like a good idea to add a RISC-V test runner using QEMU or similar. |
lenary
commented
Feb 4, 2020
@msizanoen1 there were some structs in your tests (specifically |
eddyb
commented
Feb 4, 2020
r? @nagisa (see #68452 (review)) |
nagisa
commented
Feb 4, 2020
@bors r=nagisa,eddyb |
bors
commented
Feb 4, 2020
📌 Commit 3963387 has been approved by |
bors
commented
Feb 4, 2020
⌛ Testing commit 3963387 with merge 737fd80bb3fc446fc83d9030c01f3ad638c2bf31... |
rust-highfive
commented
Feb 4, 2020
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Feb 4, 2020
💔 Test failed - checks-azure |
@nagisa@eddyb Can you retry merge? It looks like a spurious error: |
eddyb
commented
Feb 8, 2020
@bors retry |
Implement proper C ABI lowering for RISC-V This is necessary for full RISC-V psABI compliance when passing argument across C FFI boundary. cc @lenary
bors
commented
Feb 8, 2020
Implement proper C ABI lowering for RISC-V This is necessary for full RISC-V psABI compliance when passing argument across C FFI boundary. cc @lenary
bors
commented
Feb 8, 2020
☀️ Test successful - checks-azure |
This is necessary for full RISC-V psABI compliance when passing argument across C FFI boundary.
cc @lenary