[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 a271686ce2
commit 8efa090661
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from __future__ import print_function
desc = '''Generate HTML output to visualize optimization records from the YAML files
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 argparse