]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/mingw-export-call-convention/Makefile
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[rust.git] / src / test / run-make-fulldeps / mingw-export-call-convention / Makefile
1 include ../tools.mk
2
3 # only-windows-gnu
4
5 all:
6         $(RUSTC) foo.rs
7         # FIXME: we should make sure __stdcall calling convention is used here
8         # but that only works with LLD right now
9         nm -g "$(call IMPLIB,foo)" | $(CGREP) bar