]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/mingw-export-call-convention/Makefile
Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916
[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