diff options
author | Ella Ma <alansnape3058@gmail.com> | 2024-03-27 01:56:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 01:56:56 +0800 |
commit | 0c3e24f7c90243040fedcdfbbb417505f7cc0102 (patch) | |
tree | 479bc24e1d065d63f9794b9fbf2f5ea25dee45cb /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 29318abe1d2c55e8543255d70f26ac93261b74a4 (diff) | |
download | llvm-0c3e24f7c90243040fedcdfbbb417505f7cc0102.zip llvm-0c3e24f7c90243040fedcdfbbb417505f7cc0102.tar.gz llvm-0c3e24f7c90243040fedcdfbbb417505f7cc0102.tar.bz2 |
[analyzer] Allow egraph rewriter not to open the generated HTML directly (#85515)
When developing on a headless device through SSH, we do not have a
browser or even an X environment. Hence, it would be more convenient if
the rewriter could stop before attempting to open the generated HTML
file. Then, it can be opened remotely through an HTML server.
This patch adds a new option `--dump-html-only` to make the rewriter
stop before opening the generated HTML in a browser. The new option is
marked in conflict with the existing `--dump-dot-only` option to prevent
unexpected behaviors.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions