]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/used-cdylib-macos/Makefile
Rollup merge of #100291 - WaffleLapkin:cstr_const_methods, r=oli-obk
[rust.git] / src / test / run-make-fulldeps / used-cdylib-macos / Makefile
1 include ../tools.mk
2
3 # only-macos
4 #
5 # This checks that `#[used]` passes through to the linker on
6 # darwin. This is subject to change in the future, see
7 # https://github.com/rust-lang/rust/pull/93718 for discussion
8
9 all:
10         $(RUSTC) -Copt-level=3 dylib_used.rs
11         nm $(TMPDIR)/libdylib_used.dylib | $(CGREP) VERY_IMPORTANT_SYMBOL