forked from OSchip/llvm-project
[opt-viewer] Mention Pygments in the description
llvm-svn: 286535
This commit is contained in:
parent
a271686ce2
commit
8efa090661
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue