aboutsummaryrefslogtreecommitdiff
path: root/test/tools/llvm-cfi-verify/X86/unprotected-lineinfo.s
blob: 65782cb5e4208aea8803786433641b81a2a53a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
# RUN: llvm-mc %S/Inputs/unprotected-lineinfo.s -filetype obj \
# RUN:         -triple x86_64-linux-elf -o %t.o
# RUN: llvm-cfi-verify %t.o | FileCheck %s

# CHECK-LABEL: U
# CHECK-NEXT: tiny.cc:11

# CHECK: Expected Protected: 0 (0.00%)
# CHECK: Unexpected Protected: 0 (0.00%)
# CHECK: Expected Unprotected: 0 (0.00%)
# CHECK: Unexpected Unprotected (BAD): 1 (100.00%)