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

[AsmPrinter] Fix redundant names and types #19

Conversation

bryanpkc
Copy link
Collaborator

A bug was introduced in 82b38d2 while
cherry-picking a DIGlobalVariable-related patch.

A bug was introduced in 82b38d2 while
cherry-picking a DIGlobalVariable-related patch.
Copy link
Collaborator

@kiranchandramohan kiranchandramohan left a comment

Choose a reason for hiding this comment

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

LGTM.

Is this issue only in release_11x branch?

@michalpasztamobica
Copy link
Collaborator

This also fixed the llvm tests for me. clang tests are failing, but another PR should fix them.

@kiranchandramohan , yes, this is only an issue for release_11x branch. CI won't pass without #16 (mainly without the branch name update from main to master, but I have also seen other new additions make a difference).

So we can either merge this without looking at the test failures and then I will rebase my changes on top of this and hopefully get the CI green. Alternatively we can ask Bryan to amend this PR with the branch update and other commits from llvm-project origin.

@bryanpkc
Copy link
Collaborator Author

Feel free to pick this into your PR and we can close this one.

@bryanpkc bryanpkc closed this Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants