mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
[IR] Add ability to dump IR graph to dot
This CL adds the ability to dump an IR graph to a dot file. The `--dump-ir-graph` option is added to the main tint command. The IR code is moved behind a TINT_BUILD_IR flag in order to allow the GN build to continue to build the tint program. Bug: tint:1718 Change-Id: I0953fe2a59a34c21bb6cd288cb90e9d0298af793 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107860 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
1c755b68e6
commit
9261261da8
1
.gitignore
vendored
1
.gitignore
vendored
@@ -128,3 +128,4 @@ lcov.info
|
||||
### Clang-Tidy files
|
||||
all_findings.json
|
||||
|
||||
tint.dot
|
||||
|
||||
Reference in New Issue
Block a user