[PATCH] D26967: Put opt-viewer critical items in parallel
Adam Nemet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 1 17:27:39 PST 2016
anemet added inline comments.
================
Comment at: utils/opt-viewer/opt-viewer.py:203
- self.html_formatter = HtmlFormatter()
+ self.html_formatter = HtmlFormatter(encoding='utf-8')
self.cpp_lexer = CppLexer()
----------------
anemet wrote:
> I am still not sure that this is the right thing to do but either way it should go into a separate review.
Actually, I think you're right about the encoding. Feel free to commit this part. Thanks!
Repository:
rL LLVM
https://reviews.llvm.org/D26967
More information about the llvm-commits
mailing list