diff options
author | Adam Nemet <anemet@apple.com> | 2016-11-11 01:08:00 +0000 |
---|---|---|
committer | Adam Nemet <anemet@apple.com> | 2016-11-11 01:08:00 +0000 |
commit | 8efa09066160f1b0dd7a9000c7afaea7f357561d (patch) | |
tree | d84b342e8626011711ce0b64d4dcc8ff1e90e956 /llvm/utils/opt-viewer/opt-viewer.py | |
parent | a271686ce2a73ac00ea0da600320827d8f717887 (diff) | |
download | bcm5719-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-x | llvm/utils/opt-viewer/opt-viewer.py | 2 |
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 |