Skip to content

Commit d73614a

Browse files
committed
Do not run run-make test tied to unix-style $(CC) on MSVC host.
1 parent ed9b12d commit d73614a

File tree

1 file changed

+2
-0
lines changed
  • src/test/run-make-fulldeps/issue-97463-abi-param-passing

1 file changed

+2
-0
lines changed

src/test/run-make-fulldeps/issue-97463-abi-param-passing/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
-include ../tools.mk
22

3+
# ignore-msvc
4+
35
# The issue exercised by this test, rust-lang/rust#97463, explicitly needs `-O`
46
# flags (like `-O3`) to reproduce. Thus, we call $(CC) instead of nicer
57
# alternatives provided by tools.mk like using `COMPILE_OBJ` or using a

0 commit comments

Comments
 (0)