Skip to content

Commit 7426e50

Browse files
committed
[test] Add s390x support for test/IRGen/objc_properties_jit.swift
1 parent f965d96 commit 7426e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Inputs/clang-importer-sdk/swift-modules/CoreGraphics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public func == (lhs: CGPoint, rhs: CGPoint) -> Bool {
88
public struct CGFloat {
99
#if arch(i386) || arch(arm)
1010
public typealias UnderlyingType = Float
11-
#elseif arch(x86_64) || arch(arm64) || arch(powerpc64le)
11+
#elseif arch(x86_64) || arch(arm64) || arch(powerpc64le) || arch(s390x)
1212
public typealias UnderlyingType = Double
1313
#endif
1414

0 commit comments

Comments
 (0)