We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d43fbb commit b1c39c0Copy full SHA for b1c39c0
tests/run-make/issue-47551/Makefile
@@ -4,6 +4,6 @@
4
include ../tools.mk
5
6
all:
7
- $(RUSTC) eh_frame-terminator.rs
+ $(RUSTC) --target "${TARGET}" eh_frame-terminator.rs
8
$(call RUN,eh_frame-terminator) | $(CGREP) '1122334455667788'
9
objdump --dwarf=frames $(TMPDIR)/eh_frame-terminator | $(CGREP) 'ZERO terminator'
0 commit comments