]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/export-executable-symbols/Makefile
Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkov
[rust.git] / src / test / 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