Fix run-make/simd-ffi to work with parallel make check.
This commit is contained in:
parent
b7ab2aeebd
commit
d57fc92949
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ define MK_TARGETS
|
||||||
# on some platforms, but LLVM just prints a warning so that's fine for
|
# on some platforms, but LLVM just prints a warning so that's fine for
|
||||||
# now.
|
# now.
|
||||||
$(1): simd.rs
|
$(1): simd.rs
|
||||||
$$(RUSTC) --target=$(1) --emit=llvm-ir,asm simd.rs -C target-feature='+neon,+sse2'
|
$$(RUSTC) --target=$(1) --emit=llvm-ir,asm simd.rs \
|
||||||
|
-C target-feature='+neon,+sse2' -C extra-filename=-$(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(foreach targetxxx,$(TARGETS),$(eval $(call MK_TARGETS,$(targetxxx))))
|
$(foreach targetxxx,$(TARGETS),$(eval $(call MK_TARGETS,$(targetxxx))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue