Skip to content

Commit

Permalink
Pass target to run-make issue-47551
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Jun 12, 2024
1 parent 1d43fbb commit b1c39c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-make/issue-47551/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
include ../tools.mk

all:
$(RUSTC) eh_frame-terminator.rs
$(RUSTC) --target "${TARGET}" eh_frame-terminator.rs
$(call RUN,eh_frame-terminator) | $(CGREP) '1122334455667788'
objdump --dwarf=frames $(TMPDIR)/eh_frame-terminator | $(CGREP) 'ZERO terminator'

0 comments on commit b1c39c0

Please sign in to comment.