Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
tests
/
run-make
/
dump-mono-stats
/
Makefile
blob: 196f84be6ecaaec1fd24dc4323c3042bc16afe81 [
file
]
include
../
tools
.
mk
all
:
$
(
RUSTC
)
--
crate
-
type lib foo
.
rs
-
Z dump
-
mono
-
stats
=
$
(
TMPDIR
)
-
Zdump
-
mono
-
stats
-
format
=
json
cat $
(
TMPDIR
)/
foo
.
mono_items
.
json
|
$
(
CGREP
)
'"name":"bar"'