]> git.lizzy.rs Git - rust.git/blob - tests/run-make/export-executable-symbols/Makefile
Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petrochenkov
[rust.git] / tests / run-make / export-executable-symbols / Makefile
1 include ../../run-make-fulldeps/tools.mk
2
3 # ignore-wasm32
4 # ignore-wasm64
5 # ignore-none no-std is not supported
6 # only-linux
7
8 all:
9         $(RUSTC) -Zexport-executable-symbols  main.rs --target $(TARGET) --crate-type=bin
10         nm $(TMPDIR)/main | $(CGREP) exported_symbol
11