Skip to content

Commit cb21a40

Browse files
authored
Merge pull request #62065 from tshortli/disable-irgen-has-symbol-test-32bit
Test: Disable IRGen/has_symbol.swift for 32-bit architectures
2 parents b841523 + 2b63d93 commit cb21a40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/has_symbol.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
// REQUIRES: VENDOR=apple
66

7+
// rdar://102246128
8+
// REQUIRES: PTRSIZE=64
9+
710
@_weakLinked import has_symbol_helper
811

912
func testGlobalFunctions() {

0 commit comments

Comments
 (0)