Skip to content

[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

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

aeubanks
Copy link
Contributor

@aeubanks aeubanks commented Sep 6, 2023

This was only useful during the transition when mixing non-opaque-pointer and opaque-pointer IR,
now everything uses opaque pointers.

@github-actions github-actions bot added the lld label Sep 6, 2023
@aeubanks aeubanks requested review from MatzeB and MaskRay September 6, 2023 20:32
@MatzeB
Copy link
Contributor

MatzeB commented Sep 6, 2023

Okay to remove the option. Wasn't there some tests using it?

@MatzeB
Copy link
Contributor

MatzeB commented Sep 6, 2023

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.
@aeubanks aeubanks requested a review from a team as a code owner September 6, 2023 20:39
@aeubanks
Copy link
Contributor Author

aeubanks commented Sep 6, 2023

Okay to remove the option. Wasn't there some tests using it?

I believe they were removed when the no-opaque-pointers versions of the flags were removed

@aeubanks aeubanks changed the title [lld/ELF] Remove transitionary -plugin-opt=opaque-pointers flag [lld/ELF,gold] Remove transitionary opaque pointer flags Sep 6, 2023
@aeubanks
Copy link
Contributor Author

aeubanks commented Sep 6, 2023

Should also remove the equivalent here then: https://github.com/llvm/llvm-project/blob/main/llvm/tools/gold/gold-plugin.cpp#L311

done

@MatzeB
Copy link
Contributor

MatzeB commented Sep 6, 2023

LGTM, thanks!

@MatzeB
Copy link
Contributor

MatzeB commented Sep 6, 2023

this is my first PR review. I don't see any accept button I could press, is that expected? Just "Close with comment"...

Copy link
Contributor

@MatzeB MatzeB left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@aeubanks aeubanks merged commit a07d4c0 into llvm:main Sep 6, 2023
@aeubanks aeubanks deleted the lldopaque branch September 6, 2023 22:07
avillega pushed a commit to avillega/llvm-project that referenced this pull request Sep 11, 2023
This was only useful during the transition when mixing
non-opaque-pointer and opaque-pointer IR,
now everything uses opaque pointers.
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.

3 participants