Skip to content

[SHT_LLVM_FUNC_ADDR_MAP] Introduce function address map section and emit dynamic instruction count #123804

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wlei-llvm
Copy link
Contributor

No description provided.

@rlavaee
Copy link
Contributor

rlavaee commented Jan 21, 2025

Appreciate you doing this. I think we should now split this into at least three smaller PRs:

  1. ObjectYaml changes which allow testing.
  2. ELF support for encoding and decoding.
  3. CodeGen changes for emitting the section.

@wlei-llvm
Copy link
Contributor Author

Appreciate you doing this. I think we should now split this into at least three smaller PRs:

  1. ObjectYaml changes which allow testing.
  2. ELF support for encoding and decoding.
  3. CodeGen changes for emitting the section.

I split this into the following small PRs according to the suggestion! Thank you!

#124332 [SHT_LLVM_FUNC_MAP][ObjectYaml]Introduce function address map section and emit dynamic instruction count(ObjectYaml part)
#124333 [SHT_LLVM_FUNC_MAP][llvm-readobj]Introduce function address map section and emit dynamic instruction count(readobj part)
#124334 [SHT_LLVM_FUNC_MAP][CodeGen]Introduce function address map section and emit dynamic instruction count(CodeGen part)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants