diff options
Diffstat (limited to 'llvm/test/CodeGen/RISCV/note-gnu-property-zicfiss.ll')
-rw-r--r-- | llvm/test/CodeGen/RISCV/note-gnu-property-zicfiss.ll | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/RISCV/note-gnu-property-zicfiss.ll b/llvm/test/CodeGen/RISCV/note-gnu-property-zicfiss.ll index 24d63cb..efc4439 100644 --- a/llvm/test/CodeGen/RISCV/note-gnu-property-zicfiss.ll +++ b/llvm/test/CodeGen/RISCV/note-gnu-property-zicfiss.ll @@ -7,19 +7,18 @@ ; ASM: .section ".note.GNU-stack","",@progbits ; ASM-NEXT: .section .note.gnu.property,"a",@note +; ASM32-NEXT: .p2align 2, 0x0 +; ASM64-NEXT: .p2align 3, 0x0 ; ASM-NEXT: .word 4 -; ASM-NEXT: .word .Ltmp1-.Ltmp0 +; ASM32-NEXT: .word 12 +; ASM64-NEXT: .word 16 ; ASM-NEXT: .word 5 ; ASM-NEXT: .asciz "GNU" -; ASM-NEXT: .Ltmp0: -; ASM32-NEXT: .p2align 2, 0x0 -; ASM64-NEXT: .p2align 3, 0x0 ; ASM-NEXT: .word 3221225472 ; ASM-NEXT: .word 4 ; ASM-NEXT: .word 2 ; ASM32-NEXT: .p2align 2, 0x0 ; ASM64-NEXT: .p2align 3, 0x0 -; ASM-NEXT: .Ltmp1: define i32 @f() "hw-shadow-stack" { entry: |