Skip to content

Commit 5bf6d3e

Browse files
authored
Merge pull request #22130 from linux-on-ibm-z/swift5.0-s390x-objcPropertiesJitTest-fix
[test] Add s390x support for test/IRGen/objc_properties_jit.swift
2 parents 1a71794 + 7426e50 commit 5bf6d3e

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)