Skip to content

Backport fix for IPSCCP crash #55304

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

Closed
nikic opened this issue May 6, 2022 · 6 comments
Closed

Backport fix for IPSCCP crash #55304

nikic opened this issue May 6, 2022 · 6 comments

Comments

@nikic
Copy link
Contributor

nikic commented May 6, 2022

/cherry-pick 857c612

cc @fhahn

@fhahn
Copy link
Contributor

fhahn commented May 6, 2022

Should be straight-forward to pick for the release branch.

@nikic
Copy link
Contributor Author

nikic commented May 7, 2022

The cherry-pick workflow failed with a TypeError (https://github.com/llvm/llvm-project/runs/6320780928?check_suite_focus=true)


cherry-picking ['857c612d899f271402470d4026d2e3be1dce53a4']
Traceback (most recent call last):
  File "./llvm/utils/git/github-automation.py", line 294, in <module>
    if not release_workflow.execute_command():
  File "./llvm/utils/git/github-automation.py", line 247, in execute_command
    return self.create_branch(args.split())
  File "./llvm/utils/git/github-automation.py", line 177, in create_branch
    local_repo.git.checkout(self.release_branch_for_issue)
  File "./llvm/utils/git/github-automation.py", line 123, in release_branch_for_issue
    m = re.search('branch: (.+)',milestone.description)
  File "/usr/lib/python3.8/re.py", line 201, in search
    return _compile(pattern, flags).search(string)
TypeError: expected string or bytes-like object

@nikic
Copy link
Contributor Author

nikic commented May 7, 2022

/cherry-pick 857c612

@llvmbot
Copy link
Member

llvmbot commented May 7, 2022

/branch llvmbot/llvm-project/issue55304

@llvmbot
Copy link
Member

llvmbot commented May 7, 2022

/pull-request llvmbot#192

@tstellar tstellar moved this to Needs Triage in LLVM Release Status May 9, 2022
@tstellar tstellar moved this from Needs Triage to Needs Merge in LLVM Release Status May 9, 2022
@tstellar
Copy link
Collaborator

Merged: 60c8e02

@tstellar tstellar moved this from Needs Merge to Done in LLVM Release Status May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

5 participants