about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2019-10-06 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2020-01-09 07:54:02 +0100
commit78e7eeeaa1f93f40fa96c36194b1afdfbfdb7364 (patch)
tree9adbb7788d951a29bdeaf2326c06eab82b9ff8db /src/libstd
parentadc65725004c8aac16392fe4052c3e347181157d (diff)
downloadrust-78e7eeeaa1f93f40fa96c36194b1afdfbfdb7364.tar.gz
rust-78e7eeeaa1f93f40fa96c36194b1afdfbfdb7364.zip
Remove sanitizer runtime crates
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml
index a22e162bbff..c9ff93eac02 100644
--- a/src/libstd/Cargo.toml
+++ b/src/libstd/Cargo.toml
@@ -34,16 +34,6 @@ features = [ "rustc-dep-of-std" ] # enable build support for integrating into li
 [dev-dependencies]
 rand = "0.7"
 
-[target.x86_64-apple-darwin.dependencies]
-rustc_asan = { path = "../librustc_asan" }
-rustc_tsan = { path = "../librustc_tsan" }
-
-[target.x86_64-unknown-linux-gnu.dependencies]
-rustc_asan = { path = "../librustc_asan" }
-rustc_lsan = { path = "../librustc_lsan" }
-rustc_msan = { path = "../librustc_msan" }
-rustc_tsan = { path = "../librustc_tsan" }
-
 [target.'cfg(any(all(target_arch = "wasm32", not(target_os = "emscripten")), all(target_vendor = "fortanix", target_env = "sgx")))'.dependencies]
 dlmalloc = { version = "0.1", features = ['rustc-dep-of-std'] }