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 1db3df8 commit 566d653Copy full SHA for 566d653
src/test/run-make/simd-ffi/Makefile
@@ -27,7 +27,8 @@ define MK_TARGETS
27
# on some platforms, but LLVM just prints a warning so that's fine for
28
# now.
29
$(1): simd.rs
30
- $$(RUSTC) --target=$(1) --emit=llvm-ir,asm simd.rs -C target-feature='+neon,+sse2'
+ $$(RUSTC) --target=$(1) --emit=llvm-ir,asm simd.rs \
31
+ -C target-feature='+neon,+sse2' -C extra-filename=-$(1)
32
endef
33
34
$(foreach targetxxx,$(TARGETS),$(eval $(call MK_TARGETS,$(targetxxx))))
0 commit comments