1# RUN: llvm-mc %S/Inputs/protected-lineinfo.s -filetype obj \ 2# RUN: -triple x86_64-linux-elf -o %t.o 3# RUN: llvm-cfi-verify %t.o | FileCheck %s 4 5# CHECK-LABEL: {{^Instruction: .* \(PROTECTED\)}} 6# CHECK-NEXT: tiny.cc:11 7 8# CHECK: Expected Protected: 1 (100.00%) 9# CHECK: Unexpected Protected: 0 (0.00%) 10# CHECK: Expected Unprotected: 0 (0.00%) 11# CHECK: Unexpected Unprotected (BAD): 0 (0.00%) 12