brintos

brintos / llvm-project-archived public Read only

0
0
Text · 497 B · 749f3f2 Raw
12 lines · plain
1# REQUIRES: riscv-registered-target2 3# RUN: cp -f %S/Inputs/differing-set-of-functions.ll %t.ll4# RUN: %update_llc_test_checks --include-generated-funcs %t.ll 2>&1 | FileCheck --allow-empty %s5# RUN: diff -u %S/Inputs/differing-set-of-functions.ll.expected %t.ll6 7# We shouldn't print the warning for clashing CHECK prefixes in the case that8# we're trying to handle a function that is only present for some RUN lines.9# Better warning behaviour than this might be possible.10 11# CHECK-NOT: WARNING12