Skip to content

Commit b155c37

Browse files
committed
wip
some stats dumping used/unused functions
1 parent 7028d93 commit b155c37

File tree

3 files changed

+469
-2
lines changed

3 files changed

+469
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3466,6 +3466,7 @@ dependencies = [
34663466
"rustc_target",
34673467
"rustc_trait_selection",
34683468
"rustc_type_ir",
3469+
"serde",
34693470
"serde_json",
34703471
"smallvec",
34713472
"tempfile",

compiler/rustc_codegen_ssa/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ rustc_symbol_mangling = { path = "../rustc_symbol_mangling" }
3737
rustc_target = { path = "../rustc_target" }
3838
rustc_trait_selection = { path = "../rustc_trait_selection" }
3939
rustc_type_ir = { path = "../rustc_type_ir" }
40+
serde = { version = "1.0", features = ["derive"] }
4041
serde_json = "1.0.59"
4142
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
4243
tempfile = "3.2"

0 commit comments

Comments
 (0)