]> git.lizzy.rs Git - rust.git/blobdiff - library/unwind/src/lib.rs
Auto merge of #103894 - mati865:gnullvm-libunwind-changes, r=thomcc
[rust.git] / library / unwind / src / lib.rs
index 32c0ef3e11688ebff944201ee8891608eaf91939..2efd2d5dd4aa47189b5908f2ecbb5b08f116395a 100644 (file)
 #[cfg(all(target_vendor = "fortanix", target_env = "sgx"))]
 #[link(name = "unwind", kind = "static", modifiers = "-bundle")]
 extern "C" {}
-
-#[cfg(all(target_os = "windows", target_env = "gnu", target_abi = "llvm"))]
-#[link(name = "unwind", kind = "static", modifiers = "-bundle")]
-extern "C" {}