1
Fork 0

record llvm cgu instruction stats

This commit is contained in:
csmoe 2022-11-03 22:34:24 +08:00
parent 07c993eba8
commit a30de6e7cb
6 changed files with 41 additions and 0 deletions

View file

@ -36,3 +36,5 @@ smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
rustc_ast = { path = "../rustc_ast" }
rustc_span = { path = "../rustc_span" }
tempfile = "3.2.0"
serde = { version = "1", features = [ "derive" ]}
serde_json = "1"