This is an archive of the discontinued LLVM Phabricator instance.

Remove the use of pair inside the tuple in concat_iterator.
ClosedPublic

Authored by asbirlea on Aug 21 2018, 3:26 PM.

Details

Summary

Remove the use of pair inside the tuple in concat_iterator, and create separate begins and ends tuples instead.
This fixes the failure for llvm <= 3.7 and libc++ that broke the hexagon build.

Diff Detail

Event Timeline

asbirlea created this revision.Aug 21 2018, 3:26 PM
timshen accepted this revision.Aug 22 2018, 1:19 PM
This revision is now accepted and ready to land.Aug 22 2018, 1:19 PM
asbirlea edited the summary of this revision. (Show Details)Aug 22 2018, 2:15 PM
This revision was automatically updated to reflect the committed changes.