]> git.proxmox.com Git - rustc.git/blob - tests/run-make/used-cdylib-macos/Makefile
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / run-make / 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