]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/used-cdylib-macos/Makefile
Move /src/test to /tests
[rust.git] / tests / 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