]> git.proxmox.com Git - rustc.git/blob - src/test/run-make-fulldeps/foreign-rust-exceptions/Makefile
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / 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"