]> 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 46fe50cb9453d9b045d95688e178146ff7b608ed..2efd2d5dd4aa47189b5908f2ecbb5b08f116395a 100644 (file)
@@ -15,7 +15,6 @@
         target_os = "espidf",
     ))] {
         // These "unix" family members do not have unwinder.
-        // Note this also matches x86_64-unknown-none-linuxkernel.
     } else if #[cfg(any(
         unix,
         windows,
 #[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" {}