mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Fix build of thumbv7a-pc-windows-msvc
This commit is contained in:
committed by
Pietro Albini
parent
3c65475c34
commit
47141d6e7a
@@ -42,7 +42,8 @@
|
||||
// L4Re is unix family but does not yet support unwinding.
|
||||
#[path = "dummy.rs"]
|
||||
mod real_imp;
|
||||
} else if #[cfg(target_env = "msvc")] {
|
||||
} else if #[cfg(all(target_env = "msvc", not(target_arch = "arm")))] {
|
||||
// LLVM does not support unwinding on 32 bit ARM msvc (thumbv7a-pc-windows-msvc)
|
||||
#[path = "seh.rs"]
|
||||
mod real_imp;
|
||||
} else if #[cfg(any(
|
||||
|
||||
Reference in New Issue
Block a user