brintos

brintos / llvm-project-archived public Read only

0
0
Text · 487 B · 4ae0e73 Raw
12 lines · plain
1# REQUIRES: asserts2# REQUIRES: x86-registered-target3## Basic test checking that update_llc_test_checks.py can update a file with isel debug output4 5# RUN: cp -f %S/Inputs/x86_isel.ll %t.ll && %update_llc_test_checks %t.ll6# RUN: cat %S/Inputs/x86_isel.ll.expected > %t.expected.ll7# RUN: diff -u %t.expected.ll %t.ll8 9# RUN: cp -f %S/Inputs/x86_asm.ll %t.ll && %update_llc_test_checks %t.ll10# RUN: cat %S/Inputs/x86_asm.ll.expected > %t.expected.ll11# RUN: diff -u %t.expected.ll %t.ll12