We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a713c67 commit 4cc0fe5Copy full SHA for 4cc0fe5
src/test/run-make/linker-output-non-utf8/Makefile
@@ -4,9 +4,13 @@
4
5
# Ignore Windows and Apple
6
7
-# This does not work in its current form on Windows or Apple APFS due
8
-# to their filesystems requiring paths to be valid Unicode.
+# This does not work in its current form on windows, possibly due to
+# gcc bugs or something about valid Windows paths. See issue #29151
9
+# for more information.
10
ifndef IS_WINDOWS
11
+
12
+# This also does not work on Apple APFS due to the filesystem requiring
13
+# valid UTF-u paths.
14
ifneq ($(shell uname),Darwin)
15
16
# The zzz it to allow humans to tab complete or glob this thing.
0 commit comments