Skip to content

Commit 8efa090

Browse files
committed
[opt-viewer] Mention Pygments in the description
llvm-svn: 286535
1 parent a271686 commit 8efa090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/opt-viewer/opt-viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
desc = '''Generate HTML output to visualize optimization records from the YAML files
66
generated with -fsave-optimization-record and -fdiagnostics-show-hotness.
77
8-
The tools requires PyYAML to be installed.'''
8+
The tools requires PyYAML and Pygments Python packages.'''
99

1010
import yaml
1111
import argparse

0 commit comments

Comments
 (0)