You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tests/LLVMTests/IRGlobalSpec.swift
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,10 @@ class IRGlobalSpec : XCTestCase {
20
20
gotGlobal.unnamedAddressKind =.global
21
21
gotGlobal.isGlobalConstant =true
22
22
23
-
// IRINERTGLOBAL: @external_relative_reference = global i32 sub (i64 ptrtoint (i32** @got.external_global to i64), i64 ptrtoint (i32* @external_relative_reference to i64))
23
+
// IRINERTGLOBAL: @external_relative_reference = global i32 trunc (i64 sub (i64 ptrtoint (i32** @got.external_global to i64), i64 ptrtoint (i32* @external_relative_reference to i64)) to i32)
0 commit comments