This is an archive of the discontinued LLVM Phabricator instance.

[12.0.0][llvm-symbolizer][test] Fix test broken after cherry-pick
ClosedPublic

Authored by jhenderson on Feb 23 2021, 4:39 AM.

Details

Summary

See bug https://bugs.llvm.org/show_bug.cgi?id=49227. The cherry-pick 0d4f8a3f364f introduced a test failure, as the test included use of a feature that was only recently added to lit and isn't in the release branch. This patch fixes up the test to manage without this lit change.

Diff Detail

Event Timeline

jhenderson created this revision.Feb 23 2021, 4:39 AM
jhenderson requested review of this revision.Feb 23 2021, 4:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2021, 4:39 AM

@tstellar, this patch passes locally for me on the release branch. Assuming you're happy with it, what is the best way to land this on the branch?

tstellar accepted this revision.Feb 23 2021, 9:26 AM

You can go ahead and push it directly to the branch.

This revision is now accepted and ready to land.Feb 23 2021, 9:26 AM
MaskRay accepted this revision.Feb 23 2021, 9:31 AM

Thanks!

I've merged this.

You can go ahead and push it directly to the branch.

For reference, I was "out of the office" by the time you posted that.