JonasToth added a comment. In https://reviews.llvm.org/D49851#1202764, @Abpostelnicu wrote:
> 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') > You can make this a new revision, fixing the `byte` and `str` issues would be more important now. The `byte` and `str` thingie is since the whole python3 releases or did it change? 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