11 lines · plain
1# REQUIRES: x86-registered-target2## Test that update_llc_test_checks.py can run pre-processing commands.3 4## Test that update_test_checks.py can run pre-processing commands.5# RUN: cp -f %S/Inputs/pre-process.ll %t.ll && %update_llc_test_checks %t.ll6# RUN: diff -u %t.ll %S/Inputs/pre-process.ll.expected7## Check that running the script again does not change the result:8# RUN: %update_llc_test_checks %t.ll9# RUN: diff -u %t.ll %S/Inputs/pre-process.ll.expected10 11