rust/compiler/rustc_llvm
DevJPM b51bcc72d9 fully exploited the dropped support of LLVM 8
This commit grepped for LLVM_VERSION_GE, LLVM_VERSION_LT, get_major_version and
min-llvm-version and statically evaluated every expression possible
(and sensible) assuming that the LLVM version is >=9 now
2020-11-12 14:39:47 +01:00
..
llvm-wrapper fully exploited the dropped support of LLVM 8 2020-11-12 14:39:47 +01:00
src Remove unused #[allow(...)] statements from compiler/ 2020-09-26 01:25:55 +02:00
build.rs Simplify some code in rustc_llvm/build.rs now that LLVM 8 is required 2020-10-08 06:19:06 +02:00
Cargo.toml Update cc crate to understand aarch64-apple-darwin with clang 2020-09-18 09:22:07 -04:00