We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98ec18 commit 271482dCopy full SHA for 271482d
test/IRGen/objc.swift
@@ -141,5 +141,5 @@ class WeakObjC {
141
// CHECK: i32 1, !"Objective-C Image Info Section", !"__DATA,__objc_imageinfo,regular,no_dead_strip"}
142
// 100730624 == (6 << 24) | (1 << 16) | (7 << 8).
143
// 5 and 8 is the current major.minor version. 7 is the Swift ABI version.
144
-// CHECK: i32 4, !"Objective-C Garbage Collection", i32 100665088}
+// CHECK: i32 4, !"Objective-C Garbage Collection", i32 100730624}
145
// CHECK: i32 1, !"Swift Version", i32 7}
0 commit comments