2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
3 # RUN: ld.lld -r %t.o -o %t2.o
4 # RUN: llvm-readelf -n %t2.o | FileCheck -match-full-lines %s
6 ## Test that .note.gnu.property is passed through -r, and that we can handle
7 ## more than one FEATURE_AND in the same object file. This is logically the
8 ## same as if the features were combined in a single FEATURE_AND as the rule
9 ## states that the bit in the output pr_data field if it is set in all
13 .section ".note.gnu.property", "a"
20 .long 0xc0000002 // GNU_PROPERTY_X86_FEATURE_1_AND
22 .long 1 // GNU_PROPERTY_X86_FEATURE_1_IBT
29 .long 0xc0000002 // GNU_PROPERTY_X86_FEATURE_1_AND
31 .long 2 // GNU_PROPERTY_X86_FEATURE_1_SHSTK
34 # CHECK: Owner Data size Description
35 # CHECK-NEXT: GNU 0x00000010 NT_GNU_PROPERTY_TYPE_0 (property note)
36 # CHECK-NEXT: Properties: x86 feature: IBT, SHSTK