Skip to content

Commit 5967dbc

Browse files
committed
Fix pic.swift test on arm64e
1 parent 02b5be7 commit 5967dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/pic.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public func use_global() -> Int {
8585
// The following checks are temporarily disabled. See rdar://problem/42909618
8686
// arm64e-LABEL: _$s4main10use_globalSiyF:
8787
// arm64e: bl _swift_beginAccess
88-
// arm64e: ldr [[REG2:x[0-9]+]], [{{x[0-9]+}}, _$s4main6globalSivp@PAGEOFF]
88+
// arm64e: _$s4main6globalSivp@PAGEOFF
8989
// arm64e: bl _swift_endAccess
9090

9191
// arm64_32-LABEL: _$s4main10use_globalSiyF:

0 commit comments

Comments
 (0)