Skip to content

Commit 1ae5b02

Browse files
authored
Merge pull request swiftlang#37106 from aschwaighofer/fix_pic_test_arm64e
2 parents b80ecb3 + 5967dbc commit 1ae5b02

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)