Skip to content

[BOLT][RISCV] Implement R_RISCV_64 #67558

New issue

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

Merged
merged 1 commit into from
Sep 27, 2023
Merged

[BOLT][RISCV] Implement R_RISCV_64 #67558

merged 1 commit into from
Sep 27, 2023

Conversation

mtvec
Copy link
Contributor

@mtvec mtvec commented Sep 27, 2023

Relocation for 64-bit absolute values.

Note that this patch also implements two Relocation methods (encodeValue and getAbs64) that will become necessary to support instrumentation of non-PIE binaries (see #67348). However, I didn't find a way to test those independent of instrumentation.

Relocation for 64-bit absolute values.

Note that this patch also implements two `Relocation` methods
(`encodeValue` and `getAbs64`) that will become necessary to support
instrumentation of non-PIE binaries (see llvm#67348). However, I didn't find
a way to test those independent of instrumentation.
@mtvec mtvec merged commit cd7f171 into llvm:main Sep 27, 2023
@mtvec mtvec deleted the bolt-riscv-rel64 branch September 27, 2023 14:34
legrosbuffle pushed a commit to legrosbuffle/llvm-project that referenced this pull request Sep 29, 2023
Relocation for 64-bit absolute values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants