We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3aac4a commit 1d594c4Copy full SHA for 1d594c4
src/test/run-make/removing-code-and-incremental-lto/Makefile
@@ -5,6 +5,15 @@
5
# $ ./x.py test --target thumbv7m-none-eabi src/test/run-make
6
7
# The original target of interest was thumbv7em-none-eabi
8
+#
9
+# It is possible that other targets could be tested, but as long as we are
10
+# testing *something*, that is enough for me. (Note that you should not just add
11
+# `# only-target` lines; see rust-lang/rust#67018.)
12
+ifeq (,$(filter $(TARGET),thumbv6m-none-eabi thumbv7em-none-eabi thumbv7em-none-eabihf thumbv7m-none-eabi))
13
+
14
+all:
15
16
+else
17
18
# This is a test of a scenario that arose in issue rust-lang/rust#59535.
19
#
0 commit comments