From f7fa67cea13efdacfc82389f6f592bb4bda86a2e Mon Sep 17 00:00:00 2001 From: Jordan Rhee Date: Tue, 26 Jun 2018 09:44:19 -0700 Subject: Add target thumbv7a-pc-windows-msvc --- src/libpanic_unwind/seh.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libpanic_unwind') diff --git a/src/libpanic_unwind/seh.rs b/src/libpanic_unwind/seh.rs index d6298a38a26..8333477a841 100644 --- a/src/libpanic_unwind/seh.rs +++ b/src/libpanic_unwind/seh.rs @@ -119,7 +119,9 @@ mod imp { } } -#[cfg(target_arch = "x86_64")] +// TODO: this needs to be validated when WinEH for ARM is implemented in LLVM +// It looks like ARM and ARM64 use the same _TypeInfo semantics as x64 +#[cfg(any(target_arch = "x86_64", target_arch = "arm"))] #[macro_use] mod imp { pub type ptr_t = u32; -- cgit 1.4.1-3-g733a5