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
Differential D35867
Fix LIT test breakage george.karpenkov on Jul 25 2017, 4:07 PM. Authored by
Details 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
Event TimelineComment Actions Great! This gets the test passing for me when I run on my macOS development machine. Thanks! Comment Actions Green on Linux as well. I suppose Windows will be broken but we can mark it appropriately when the buildbots are up and confirm. |