Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aarch64 call abi does not zeroext (and one cannot assume it does so) #97800

Merged
Prev Previous commit
Next Next commit
Do not run run-make test tied to unix-style $(CC) on MSVC host.
  • Loading branch information
pnkfelix committed Sep 16, 2022
commit d73614a2eed088b9aeab4ee95fa6fc965609b8e3
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
-include ../tools.mk

# ignore-msvc

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