about summary refs log tree commit diff
path: root/src/librustc_msan/build.rs
AgeCommit message (Expand)AuthorLines
2019-02-06librustc_msan => 2018Taiki Endo-3/+0
2019-01-26Workaround presence of LLVM library in stage0/libMark Rousskov-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-18Don't build twice the sanitizers on LinuxAlex Crichton-2/+2
2017-06-30rustc_{a,l,m,t}san: re-run build script if env var LLVM_CONFIG changesVenkata Giri Reddy-0/+1
2017-04-25Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.kennytm-3/+2
2017-03-04Automate timestamp creation and build skipping for native librariesVadim Petrochenkov-9/+5
2017-03-04Build compiler-rt and sanitizers only onceVadim Petrochenkov-9/+12
2017-03-04Add/remove `rerun-if-changed` when necessaryVadim Petrochenkov-2/+0
2017-02-08use helper function in the rebuild logic of the rustc_*san cratesJorge Aparicio-15/+4
2017-02-08sanitizer supportJorge Aparicio-0/+50