]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/issue-47551/Makefile
Rollup merge of #99784 - est31:deny_cfg_attr_crate_type_name, r=Mark-Simulacrum
[rust.git] / src / test / run-make-fulldeps / issue-47551 / Makefile
1 # only-linux
2 # ignore-32bit
3
4 include ../tools.mk
5
6 all:
7         $(RUSTC) eh_frame-terminator.rs
8         $(call RUN,eh_frame-terminator) | $(CGREP) '1122334455667788'
9         objdump --dwarf=frames $(TMPDIR)/eh_frame-terminator | $(CGREP) 'ZERO terminator'