summaryrefslogtreecommitdiffstats
path: root/llvm/utils/opt-viewer/opt-viewer.py
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2016-11-11 01:08:00 +0000
committerAdam Nemet <anemet@apple.com>2016-11-11 01:08:00 +0000
commit8efa09066160f1b0dd7a9000c7afaea7f357561d (patch)
treed84b342e8626011711ce0b64d4dcc8ff1e90e956 /llvm/utils/opt-viewer/opt-viewer.py
parenta271686ce2a73ac00ea0da600320827d8f717887 (diff)
downloadbcm5719-llvm-8efa09066160f1b0dd7a9000c7afaea7f357561d.tar.gz
bcm5719-llvm-8efa09066160f1b0dd7a9000c7afaea7f357561d.zip
[opt-viewer] Mention Pygments in the description
llvm-svn: 286535
Diffstat (limited to 'llvm/utils/opt-viewer/opt-viewer.py')
-rwxr-xr-xllvm/utils/opt-viewer/opt-viewer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/opt-viewer/opt-viewer.py b/llvm/utils/opt-viewer/opt-viewer.py
index cede56ab577..2b60a642d07 100755
--- a/llvm/utils/opt-viewer/opt-viewer.py
+++ b/llvm/utils/opt-viewer/opt-viewer.py
@@ -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
OpenPOWER on IntegriCloud