rust/src/librustc_llvm
bors 80cacd7795 Auto merge of #75655 - nielx:fix/haiku-llvm-libz, r=Mark-Simulacrum
Disable zlib in LLVM on Haiku

PR #72696 enabled the option LLVM_ENABLE_ZLIB for the LLVM builds. Like NetBSD and aarch64-apple-darwin (see PR #75500), the LLVM build system not explicitly linking to libz on these platforms cause issues. For Haiku, this meant the runtime loader complaining about undefined symbols..
2020-09-04 14:32:33 +00:00
..
build.rs Link to zlib while cross-compiling LLVM on Haiku 2020-09-01 09:20:43 +01:00
Cargo.toml cleanup: Remove duplicate library names from Cargo.tomls 2020-08-30 22:57:54 +03:00
lib.rs Generating the coverage map 2020-07-17 11:49:35 -07:00