]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/mingw-export-call-convention/Makefile
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-2021-08-06
[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