]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/foreign-rust-exceptions/Makefile
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / run-make-fulldeps / foreign-rust-exceptions / Makefile
1 # ignore-i686-pc-windows-gnu
2
3 # This test doesn't work on 32-bit MinGW as cdylib has its own copy of unwinder
4 # so cross-DLL unwinding does not work.
5
6 include ../tools.mk
7
8 all:
9         $(RUSTC) bar.rs --crate-type=cdylib
10         $(RUSTC) foo.rs
11         $(call RUN,foo) 2>&1 | $(CGREP) "Rust cannot catch foreign exceptions"