f54dbe6e31
This reverts commit abc0660118
.
10 lines
217 B
Makefile
10 lines
217 B
Makefile
include ../tools.mk
|
|
|
|
# ignore-windows-msvc
|
|
|
|
all:
|
|
$(RUSTC) --emit=obj app.rs
|
|
nm $(TMPDIR)/app.o | $(CGREP) rust_begin_unwind
|
|
nm $(TMPDIR)/app.o | $(CGREP) rust_eh_personality
|
|
nm $(TMPDIR)/app.o | $(CGREP) __rg_oom
|