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 2929 //--- { header } .compile.pass.cpp
3030// RUN: %{{cxx}} %s %{{flags}} %{{compile_flags}} -fmodules -fcxx-modules -fmodules-cache-path=%t -fsyntax-only
3131
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+
3236// GCC doesn't support -fcxx-modules
3337// UNSUPPORTED: gcc
3438
5963
6064// REQUIRES: clang-modules-build
6165
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+
6270// GCC doesn't support -fcxx-modules
6371// UNSUPPORTED: gcc
6472
You can’t perform that action at this time.
0 commit comments