LLVM Bug Id : 36449
Revision 328563 caused tests to fail under python 3.
- This patch modified cat.py file to support both python 2 and 3.
- This patch also fixes CRLF issues on Windows.
Differential D45077
'cat' command for internal shell - Support Python 3 chamalsl on Mar 29 2018, 9:23 PM. Authored by
Details LLVM Bug Id : 36449 Revision 328563 caused tests to fail under python 3.
Diff Detail Event TimelineComment Actions I tried below code to reopen stdout in binary mode as suggested in https://reviews.llvm.org/D43501. |