[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / tools / llvm-cfi-verify / X86 / blacklist-match-fun.s
blob21e1ffe7c5c973b864646ac794e5b8c36a86c49f
1 # RUN: llvm-mc %S/Inputs/unprotected-fullinfo.s -filetype obj \
2 # RUN: -triple x86_64-linux-elf -o %t.o
3 # RUN: echo "fun:*main*" > %t.blacklist.txt
4 # RUN: llvm-cfi-verify %t.o %t.blacklist.txt | FileCheck %s
6 # CHECK-LABEL: {{^Instruction: .* \(FAIL_BAD_CONDITIONAL_BRANCH\)}}
7 # CHECK-NEXT: tiny.cc:11
8 # CHECK-NEXT: {{^Blacklist Match:.*blacklist\.txt:1$}}
9 # CHECK-NEXT: ====> Expected Unprotected
11 # CHECK: Expected Protected: 0 (0.00%)
12 # CHECK: Unexpected Protected: 0 (0.00%)
13 # CHECK: Expected Unprotected: 1 (100.00%)
14 # CHECK: Unexpected Unprotected (BAD): 0 (0.00%)
16 # Source: (blacklist.txt):
17 # fun:*main*