rust/src/librustc_llvm
Mazdak Farrokhzad 6bce50f390
Rollup merge of #63621 - jgalenson:dndebug, r=alexcrichton
Modify librustc_llvm to pass -DNDEBUG while compiling.

Currently, librustc_llvm builds are not reproducible because the LLVM files it compiles use the debug version of llvm_unreachable, which uses __FILE__.  To fix this, we propagate NDEBUG from bootstrap if applicable and use it when compiling librustc_llvm.

r? @alexcrichton
2019-08-17 11:13:47 +02:00
..
build.rs Rollup merge of #63621 - jgalenson:dndebug, r=alexcrichton 2019-08-17 11:13:47 +02:00
Cargo.toml librustc_llvm => 2018 2019-02-07 03:46:54 +09:00
lib.rs Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00