Skip to content

Commit f375f2e

Browse files
Merge pull request #70523 from ian-twilightcoder/pcm-emit-direct-cc1-mode
pcm-emit-direct-cc1-mode.swift also fails on Android
2 parents 8178eb0 + 6ee2632 commit f375f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ClangImporter/pcm-emit-direct-cc1-mode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %swift-frontend -emit-pcm -direct-clang-cc1-module-build -only-use-extra-clang-opts -module-name script -o %t/script.pcm %S/Inputs/custom-modules/module.modulemap -Xcc %S/Inputs/custom-modules/module.modulemap -Xcc -o -Xcc %t/script.pcm -Xcc -fmodules -Xcc -triple -Xcc %target-triple -Xcc -x -Xcc objective-c -dump-clang-diagnostics 2> %t.diags.txt
44

55
// Sometimes returns a 1 exit code with no stdout or stderr or even an indication of which command failed.
6-
// XFAIL: OS=linux-gnu
6+
// XFAIL: OS=linux-gnu, OS=linux-android, OS=linux-androideabi
77

88
// Verify some of the output of the -dump-pcm flag.
99
// RUN: %swift-dump-pcm %t/script.pcm | %FileCheck %s --check-prefix=CHECK-DUMP

0 commit comments

Comments
 (0)