1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

[opt-viewer] Mention Pygments in the description

llvm-svn: 286535
This commit is contained in:
Adam Nemet 2016-11-11 01:08:00 +00:00
parent 2eb6f1f69f
commit 02063796f2

View File

@ -5,7 +5,7 @@ from __future__ import print_function
desc = '''Generate HTML output to visualize optimization records from the YAML files desc = '''Generate HTML output to visualize optimization records from the YAML files
generated with -fsave-optimization-record and -fdiagnostics-show-hotness. generated with -fsave-optimization-record and -fdiagnostics-show-hotness.
The tools requires PyYAML to be installed.''' The tools requires PyYAML and Pygments Python packages.'''
import yaml import yaml
import argparse import argparse