brintos

brintos / llvm-project-archived public Read only

0
0
Text · 478 B · 0f8aaa5 Raw
9 lines · plain
1# REQUIRES: x86-registered-target2## Test that using the same prefix for both ASM and MIR outputs generates a warning3## and doesn't produce any checks.4 5# RUN: cp -f %S/Inputs/x86_asm_mir_same_prefix.ll %t.ll && %update_llc_test_checks %t.ll 2>&1 | FileCheck %s --check-prefix=WARNING6# RUN: diff -u %S/Inputs/x86_asm_mir_same_prefix.ll.expected %t.ll7 8# WARNING: WARNING: The following prefixes are used for both ASM and MIR output, which will cause FileCheck failures: CHECK9