rust/src/librustc_asan
Ximin Luo 485697bf42 Better way of conditioning the sanitizer builds
Previously the build would take the presence of the LLVM_CONFIG envvar to
mean that the sanitizers should be built, but this is a common envvar that
could be set for reasons unrelated to the rustc sanitizers.

This commit adds a new envvar RUSTC_BUILD_SANITIZERS and uses it instead.
2019-09-05 00:14:09 -07:00
..
build.rs Better way of conditioning the sanitizer builds 2019-09-05 00:14:09 -07:00
Cargo.toml Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
lib.rs Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00