]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/mingw-export-call-convention/Makefile
Merge commit 'a8385522ade6f67853edac730b5bf164ddb298fd' into simd-remove-autosplats
[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