This is an archive of the discontinued LLVM Phabricator instance.

Cherry-pick a few changes to unbreak libc++ testing on release/12.x
ClosedPublic

Authored by ldionne on Jun 16 2021, 10:41 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project

Diff Detail

Event Timeline

ldionne created this revision.Jun 16 2021, 10:41 AM
ldionne requested review of this revision.Jun 16 2021, 10:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2021, 10:41 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript

@tstellar Permission to merge this into release/12.x once the CI is passing.

I'm trying to get on top of the release story for libc++ and I'd like to merge a few bug fixes to the 12.0.1 release, but I want to do that on top of clean CI, which is what these 3 small patches do.

@tstellar Permission to merge this into release/12.x once the CI is passing.

I'm trying to get on top of the release story for libc++ and I'd like to merge a few bug fixes to the 12.0.1 release, but I want to do that on top of clean CI, which is what these 3 small patches do.

Sure, no problem. Is the bot you are trying to fix: libcxx-libcxxabi-x86_64-linux-debian-release ?

@tstellar Permission to merge this into release/12.x once the CI is passing.

I'm trying to get on top of the release story for libc++ and I'd like to merge a few bug fixes to the 12.0.1 release, but I want to do that on top of clean CI, which is what these 3 small patches do.

Sure, no problem. Is the bot you are trying to fix: libcxx-libcxxabi-x86_64-linux-debian-release ?

Thanks. No, I'm trying to fix https://buildkite.com/llvm-project/libcxx-ci/builds?branch=release%2F12.x right now. But I'll also have a look at the linux-debian-release one.

ldionne accepted this revision.Jun 17 2021, 5:48 AM
This revision is now accepted and ready to land.Jun 17 2021, 5:48 AM
ldionne closed this revision.Jun 17 2021, 5:50 AM

Merged.