]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #75655 - nielx:fix/haiku-llvm-libz, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Fri, 4 Sep 2020 14:32:33 +0000 (14:32 +0000)
committerbors <bors@rust-lang.org>
Fri, 4 Sep 2020 14:32:33 +0000 (14:32 +0000)
commit80cacd77954b39a6bc205213faa8c82c97eb0055
tree10f1d38b713e945d19381f28c990b621175538f1
parentef55a0a92f3cb6572ef67d99f4aefbdeb7b6b804
parent0f6bcb797a8be743f6c60e20d3e0e324a89372c9
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..