hubert.reinterpretcast added a comment.
I believe adding this to the files should work:
try:
from builtins import input as raw_input
except ImportError:
pass
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67818/new/
https://reviews.llvm.org/D67818