22 lines · plain
1; RUN: llc -mtriple=aarch64-linux %s -o - | \2; RUN: FileCheck %s --check-prefix=ASM3; RUN: llc -mtriple=aarch64-linux %s -filetype=obj -o - | \4; RUN: llvm-readelf --notes - | FileCheck %s --check-prefix=OBJ5@x = common dso_local global i32 0, align 46 7attributes #0 = { "branch-target-enforcement" }8 9!llvm.module.flags = !{!0, !1, !2, !3}10 11!0 = !{i32 8, !"branch-target-enforcement", i32 1}12!1 = !{i32 8, !"sign-return-address", i32 1}13!2 = !{i32 8, !"sign-return-address-all", i32 0}14!3 = !{i32 8, !"sign-return-address-with-bkey", i32 0}15 16; Both attributes present in a file with no functions.17; ASM: .word 322122547218; ASM-NEXT: .word 419; ASM-NEXT: .word 320 21; OBJ: Properties: aarch64 feature: BTI, PAC22