File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 29
29
//--- { header } .compile.pass.cpp
30
30
// RUN: %{{cxx}} %s %{{flags}} %{{compile_flags}} -fmodules -fcxx-modules -fmodules-cache-path=%t -fsyntax-only
31
31
32
+ // Older macOS SDKs were not properly modularized, which causes issues with localization.
33
+ // This feature should instead be based on the SDK version.
34
+ // XFAIL: stdlib=system && target={{{{.+}}}}-apple-macosx13{{{{.*}}}}
35
+
32
36
// GCC doesn't support -fcxx-modules
33
37
// UNSUPPORTED: gcc
34
38
59
63
60
64
// REQUIRES: clang-modules-build
61
65
66
+ // Older macOS SDKs were not properly modularized, which causes issues with localization.
67
+ // This feature should instead be based on the SDK version.
68
+ // XFAIL: stdlib=system && target={{{{.+}}}}-apple-macosx13{{{{.*}}}}
69
+
62
70
// GCC doesn't support -fcxx-modules
63
71
// UNSUPPORTED: gcc
64
72
You can’t perform that action at this time.
0 commit comments