This is an archive of the discontinued LLVM Phabricator instance.

Fix LIT test breakage
ClosedPublic

Authored by george.karpenkov on Jul 25 2017, 4:07 PM.

Details

Summary

Addresses the issue in https://reviews.llvm.org/D35091

At least with the current change it's trivial to test:

LIT_FILTER=selecting.py ./lit.py -v tests

Diff Detail

Repository
rL LLVM

Event Timeline

modocache accepted this revision.Jul 25 2017, 8:31 PM

Great! This gets the test passing for me when I run on my macOS development machine. Thanks!

This revision is now accepted and ready to land.Jul 25 2017, 8:31 PM
mgorny accepted this revision.Jul 26 2017, 12:34 AM

Green on Linux as well. I suppose Windows will be broken but we can mark it appropriately when the buildbots are up and confirm.

This revision was automatically updated to reflect the committed changes.