Skip to content

Commit 182a27e

Browse files
authored
[TBDGen][Test] Add expected failure for symbol difference on iOS (#72000)
It turns out that on iOS builds theres variance on whether `OBJC_(META)CLASS` symbols get emitted & exported. What's important for TBDGen is that it matches what gets exposed in binaries and that is still upheld on iOS. resolves: rdar://123811306
1 parent df1ce43 commit 182a27e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/TBD/multimodule-implied-objc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: VENDOR=apple
2+
// XFAIL: OS=ios && (CPU=arm64e || CPU=arm64)
23
// RUN: %empty-directory(%t)
34
// RUN: %empty-directory(%t/cache)
45
// RUN: split-file %s %t

0 commit comments

Comments
 (0)