Skip to content

Commit 8c24824

Browse files
committed
Fix tests after merging #96159
1 parent 038ea1f commit 8c24824

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

llvm/test/CodeGen/AArch64/basic-pic-auth.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ define ptr @resign_globalvar_offset() {
7979

8080
!llvm.module.flags = !{!0, !1}
8181
!0 = !{i32 1, !"aarch64-elf-pauthabi-platform", i32 268435458}
82-
!1 = !{i32 1, !"aarch64-elf-pauthabi-version", i32 128}
82+
!1 = !{i32 1, !"aarch64-elf-pauthabi-version", i32 256}

llvm/test/CodeGen/AArch64/elf-globals-pic-auth.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ define i8 @test_i8(i8 %new) {
2020

2121
!llvm.module.flags = !{!0, !1}
2222
!0 = !{i32 1, !"aarch64-elf-pauthabi-platform", i32 268435458}
23-
!1 = !{i32 1, !"aarch64-elf-pauthabi-version", i32 128}
23+
!1 = !{i32 1, !"aarch64-elf-pauthabi-version", i32 256}

llvm/test/CodeGen/AArch64/extern-weak-auth.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ define ptr @bar() {
3333

3434
!llvm.module.flags = !{!0, !1}
3535
!0 = !{i32 1, !"aarch64-elf-pauthabi-platform", i32 268435458}
36-
!1 = !{i32 1, !"aarch64-elf-pauthabi-version", i32 128}
36+
!1 = !{i32 1, !"aarch64-elf-pauthabi-version", i32 256}

llvm/test/CodeGen/AArch64/got-abuse-auth.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ entry:
4141

4242
!llvm.module.flags = !{!0, !1}
4343
!0 = !{i32 1, !"aarch64-elf-pauthabi-platform", i32 268435458}
44-
!1 = !{i32 1, !"aarch64-elf-pauthabi-version", i32 128}
44+
!1 = !{i32 1, !"aarch64-elf-pauthabi-version", i32 256}

llvm/test/CodeGen/AArch64/tagged-globals-pic-auth.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ attributes #0 = { "target-features"="+tagged-globals" }
6363

6464
!llvm.module.flags = !{!0, !1}
6565
!0 = !{i32 1, !"aarch64-elf-pauthabi-platform", i32 268435458}
66-
!1 = !{i32 1, !"aarch64-elf-pauthabi-version", i32 128}
66+
!1 = !{i32 1, !"aarch64-elf-pauthabi-version", i32 256}

0 commit comments

Comments
 (0)