Skip to content
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

[BOLT] Add rewriting support for Linux kernel __bug_table #86908

Merged
merged 2 commits into from
Mar 28, 2024

Conversation

maksfb
Copy link
Contributor

@maksfb maksfb commented Mar 28, 2024

Update instruction locations in the __bug_table section after new code is emitted. If an instruction with associated bug ID was deleted, overwrite its location with zero.

Update instruction locations in the __bug_table section after new code
is emitted. If an instruction with associated bug ID was deleted,
overwrite its location with zero.
@dcci
Copy link
Member

dcci commented Mar 28, 2024

Took a first pass, have a couple of questions. Will take a look probably tomorrow as well with a fresh pair of eyes.

Copy link
Member

@dcci dcci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG with the minor fixed.

@maksfb maksfb merged commit 35e7d45 into llvm:main Mar 28, 2024
4 checks passed
@maksfb maksfb deleted the gh-main branch March 28, 2024 17:33
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.

None yet

2 participants