-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[lld/ELF,gold] Remove transitionary opaque pointer flags #65529
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
Conversation
Okay to remove the option. Wasn't there some tests using it? |
Should also remove the equivalent here then: https://github.com/llvm/llvm-project/blob/main/llvm/tools/gold/gold-plugin.cpp#L311 |
This was only useful during the transition when mixing non-opaque-pointer and opaque-pointer IR, now everything uses opaque pointers.
I believe they were removed when the no-opaque-pointers versions of the flags were removed |
done |
LGTM, thanks! |
this is my first PR review. I don't see any accept button I could press, is that expected? Just "Close with comment"... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
This was only useful during the transition when mixing non-opaque-pointer and opaque-pointer IR, now everything uses opaque pointers.
This was only useful during the transition when mixing non-opaque-pointer and opaque-pointer IR,
now everything uses opaque pointers.