about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorRyan Levick <me@ryanlevick.com>2021-07-23 16:25:58 +0200
committerRyan Levick <me@ryanlevick.com>2021-10-07 14:22:29 +0200
commit947a33bf206e8bec15a9734e217cd540b8a2fb5c (patch)
treea2c210053fd367e15fe57c2ea2a3288edbbfef48 /compiler/rustc_codegen_llvm
parentca8078d7b2e40c24a39e5fe2a910afef4c91ebfc (diff)
downloadrust-947a33bf206e8bec15a9734e217cd540b8a2fb5c.tar.gz
rust-947a33bf206e8bec15a9734e217cd540b8a2fb5c.zip
Add support for artifact size profiling
Diffstat (limited to 'compiler/rustc_codegen_llvm')
-rw-r--r--compiler/rustc_codegen_llvm/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml
index a6a553b31a3..d39c0bed5f8 100644
--- a/compiler/rustc_codegen_llvm/Cargo.toml
+++ b/compiler/rustc_codegen_llvm/Cargo.toml
@@ -11,7 +11,7 @@ doctest = false
 bitflags = "1.0"
 cstr = "0.2"
 libc = "0.2"
-measureme = "9.1.0"
+measureme = { git = "https://github.com/rylev/measureme" }
 snap = "1"
 tracing = "0.1"
 rustc_middle = { path = "../rustc_middle" }