We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d43fbb commit f9a1954Copy full SHA for f9a1954
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