diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-12-17 12:55:26 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-12-17 12:55:26 +0000 |
commit | eb2eebe486a4ed21508c5103e8d7e94a4964b714 (patch) | |
tree | c8840d410e3b514cf1b1e4cb89072697f26fbc12 /lldb/packages/Python/lldbsuite/test/python_api/process | |
parent | 71ebc691f66f7b407531d8899248995eadd8abac (diff) | |
download | bcm5719-llvm-eb2eebe486a4ed21508c5103e8d7e94a4964b714.tar.gz bcm5719-llvm-eb2eebe486a4ed21508c5103e8d7e94a4964b714.zip |
ScopGraphPrinter: Only show functions that contain at least one scop
When running 'clang -O3 -mllvm -polly -mllvm -polly-show' we now only show the
CFGs of functions with at least one detected scop. For larger files/projects
this reduces the number of graphs printed significantly and is likely what
developers want to see. The new option -polly-view-all enforces all graphs to be
printed and the exiting option -poll-view-only limites the graph printing to
functions that match a certain pattern.
This patch requires https://llvm.org/svn/llvm-project/llvm/trunk@255889 (and
vice versa) to compile correctly.
llvm-svn: 255891
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process')
0 files changed, 0 insertions, 0 deletions