Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / AArch64 / note-gnu-property-gcs.ll
blob7dbb7c4ec9008b05de151689eabb11168fba78a3
1 ; RUN: llc -mtriple=aarch64-linux %s               -o - | \
2 ; RUN:   FileCheck %s --check-prefix=ASM
3 ; RUN: llc -mtriple=aarch64-linux %s -filetype=obj -o - | \
4 ; RUN:   llvm-readelf --notes - | FileCheck %s --check-prefix=OBJ
6 define dso_local i32 @f() {
7 entry:
8   ret i32 0
11 !llvm.module.flags = !{!0}
13 !0 = !{i32 8, !"guarded-control-stack", i32 1}
15 ; GCS attribute present
16 ; ASM:      .word       3221225472
17 ; ASM-NEXT:     .word   4
18 ; ASM-NEXT:     .word   4
20 ; OBJ: Properties: aarch64 feature: GCS