-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[llvm-bolt] Way to know whether the binary was converted by BOLT #60253
Comments
cc @aaupov |
llvm-project/bolt/lib/Rewrite/RewriteInstance.cpp Lines 461 to 468 in 728d817
It looks like there is a section that can be a hint for it. |
@llvm/issue-subscribers-bolt |
Example output:
|
The section is added by default but can be omitted if |
Okay Thanks looks like it should be solved by reading self-binary :) |
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, CPython failed to pass the
test_gdb
if the binary is converted by BOLT and it's intended.But it would be great if there is a way to know if the binary was converted by BOLT.
The text was updated successfully, but these errors were encountered: