Abpostelnicu added a comment.

Strangely I haven't had those kind of issues but since you propose those 
modifications I would do one more modification, let's output everything to 
stdout and not stderr by doing:

  if err:
    sys.stdout.write(str(err) + '\n')


Repository:
  rL LLVM

https://reviews.llvm.org/D49851



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to