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

Backport LLD/COFF support for "exclude-symbols" to 15.x #57076

Closed
mstorsjo opened this issue Aug 11, 2022 · 5 comments · Fixed by llvm/llvm-project-release-prs#91
Closed

Backport LLD/COFF support for "exclude-symbols" to 15.x #57076

mstorsjo opened this issue Aug 11, 2022 · 5 comments · Fixed by llvm/llvm-project-release-prs#91

Comments

@mstorsjo
Copy link
Member

I'd suggest backporting d1da646 ("[LLD] [MinGW] Implement the --exclude-symbols option") and 5d513ef ("[LLD] [COFF] Add support for a new, mingw specific embedded directive -exclude-symbols:") to the 15.x release.

As they touch upon release notes, there will be conflicts in backporting, so I'll manually make a backports branch.

@llvmbot
Copy link
Collaborator

llvmbot commented Aug 11, 2022

@llvm/issue-subscribers-lld-coff

@mstorsjo
Copy link
Member Author

/branch mstorsjo/llvm-project/lld-exclude-symbols-15.x

@llvmbot
Copy link
Collaborator

llvmbot commented Aug 11, 2022

/pull-request llvm/llvm-project-release-prs#91

@MaskRay
Copy link
Member

MaskRay commented Aug 11, 2022

LGTM

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

Successfully merging a pull request may close this issue.

5 participants
@mstorsjo @MaskRay @EugeneZelenko @llvmbot and others