rust/tests/run-make/foreign-rust-exceptions/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
341 B
Makefile
Raw Normal View History

# ignore-cross-compile
2022-10-26 16:07:56 -05:00
# ignore-i686-pc-windows-gnu
# needs-unwind
2022-10-26 16:07:56 -05:00
# This test doesn't work on 32-bit MinGW as cdylib has its own copy of unwinder
# so cross-DLL unwinding does not work.
include ../tools.mk
all:
$(RUSTC) bar.rs --crate-type=cdylib
$(RUSTC) foo.rs
$(call RUN,foo) 2>&1 | $(CGREP) "Rust cannot catch foreign exceptions"