1# REQUIRES: asserts 2# REQUIRES: lanai-registered-target 3## Basic test checking that update_llc_test_checks.py can update a file with isel debug output 4 5# RUN: cp -f %S/Inputs/lanai_isel.ll %t.ll && %update_llc_test_checks %t.ll 6# RUN: cat %S/Inputs/lanai_isel.ll.expected > %t.expected.ll 7# RUN: diff -u %t.expected.ll %t.ll 8 9# RUN: cp -f %S/Inputs/lanai_asm.ll %t.ll && %update_llc_test_checks %t.ll 10# RUN: cat %S/Inputs/lanai_asm.ll.expected > %t.expected.ll 11# RUN: diff -u %t.expected.ll %t.ll 12