From: Adam Nemet Date: Fri, 11 Nov 2016 01:08:00 +0000 (+0000) Subject: [opt-viewer] Mention Pygments in the description X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cb2d87568fcd143af655125d39bcbe3a8277363;p=llvm [opt-viewer] Mention Pygments in the description git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286535 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/opt-viewer/opt-viewer.py b/utils/opt-viewer/opt-viewer.py index cede56ab577..2b60a642d07 100755 --- a/utils/opt-viewer/opt-viewer.py +++ b/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