We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a271686 commit 8efa090Copy full SHA for 8efa090
llvm/utils/opt-viewer/opt-viewer.py
@@ -5,7 +5,7 @@
5
desc = '''Generate HTML output to visualize optimization records from the YAML files
6
generated with -fsave-optimization-record and -fdiagnostics-show-hotness.
7
8
-The tools requires PyYAML to be installed.'''
+The tools requires PyYAML and Pygments Python packages.'''
9
10
import yaml
11
import argparse
0 commit comments