We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52eda13 commit a63dfb3Copy full SHA for a63dfb3
src/test/run-make-fulldeps/issue-64153/Makefile
@@ -1,5 +1,9 @@
1
-include ../tools.mk
2
3
+# `llvm-objdump`'s output looks different on windows than on other platforms.
4
+# It should be enough to check on Unix platforms, so:
5
+# ignore-windows
6
+
7
# Staticlibs don't include Rust object files from upstream crates if the same
8
# code was already pulled into the lib via LTO. However, the bug described in
9
# https://github.com/rust-lang/rust/issues/64153 lead to this exclusion not
0 commit comments