brintos

brintos / llvm-project-archived public Read only

0
0
Text · 501 B · e835b5f Raw
8 lines · plain
1# REQUIRES: riscv-registered-target2 3# RUN: cp -f %S/Inputs/conflicting-prefixes.ll %t.ll4# RUN: %update_llc_test_checks --no-generate-body-for-unused-prefixes %t.ll 2>&1 | FileCheck %s5# RUN: diff -u %S/Inputs/conflicting-prefixes.ll.expected %t.ll6 7# CHECK: WARNING: For function 'foo', the following RUN lines will not generate checks due to conflicting output: RUN #1 (prefixes: CHECK, CHECKA), RUN #2 (prefixes: CHECK, CHECKA), RUN #3 (prefixes: CHECK, CHECKB), RUN #4 (prefixes: CHECK, CHECKB):8