about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorVishnunarayan K I <appukuttancr@gmail.com>2020-10-26 19:04:29 +0530
committerVishnunarayan K I <appukuttancr@gmail.com>2020-11-09 22:39:06 +0530
commitea1460773f1be2d0d717f6ab7609727e52ffa226 (patch)
tree936946c629de3e6543636cd78788782d1a474044 /src
parent25f6938da459a57b43bdf16ed6bdad3225b2a3ce (diff)
downloadrust-ea1460773f1be2d0d717f6ab7609727e52ffa226.tar.gz
rust-ea1460773f1be2d0d717f6ab7609727e52ffa226.zip
make MIR graphviz generation use gsgdt
gsgdt [https://crates.io/crates/gsgdt] is a crate which provides an
interface for stringly typed graphs. It also provides generation of
graphviz dot format from said graph.
Diffstat (limited to 'src')
-rw-r--r--src/tools/tidy/src/deps.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index 057b0884e28..3aeb0b8c5b3 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -104,6 +104,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
     "getopts",
     "getrandom",
     "gimli",
+    "gsgdt",
     "hashbrown",
     "hermit-abi",
     "humantime",