afonso360 opened PR #5951 from riscv-fix-call-reloc
to main
:
:wave: Hey,
Under some test case layouts the call relocation panicking with an underflow. Use
wrapping_sub
to signal that this is expected.The fuzzer took a while to generate such a test case. And I can't introduce it as a regression test because when running via the regular clif-util run tests the layout is different and the test case passes!
I think this is because in the fuzzer we only add one trampoline, while in clif-util we build trampolines for each function in the file.
afonso360 requested jameysharp for a review on PR #5951.
afonso360 edited PR #5951 from riscv-fix-call-reloc
to main
:
:wave: Hey,
Under some test case layouts the call relocation was panicking with an underflow. Use
wrapping_sub
to signal that this is expected.The fuzzer took a while to generate such a test case. And I can't introduce it as a regression test because when running via the regular clif-util run tests the layout is different and the test case passes!
I think this is because in the fuzzer we only add one trampoline, while in clif-util we build trampolines for each function in the file.
jameysharp submitted PR review.
afonso360 updated PR #5951 from riscv-fix-call-reloc
to main
.
afonso360 updated PR #5951 from riscv-fix-call-reloc
to main
.
afonso360 has enabled auto merge for PR #5951.
afonso360 merged PR #5951.
Last updated: Nov 22 2024 at 17:03 UTC