1# REQUIRES: powerpc-registered-target 2 3## Check that generated functions are included. 4# RUN: cp -f %S/Inputs/ppc_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll 5# RUN: diff -u %t.ll %S/Inputs/ppc_generated_funcs.ll.generated.expected 6 7## Check that running the script again does not change the result: 8# RUN: %update_llc_test_checks --include-generated-funcs %t.ll 9# RUN: diff -u %t.ll %S/Inputs/ppc_generated_funcs.ll.generated.expected 10 11## Check that generated functions are not included. 12# RUN: cp -f %S/Inputs/ppc_generated_funcs.ll %t.ll && %update_llc_test_checks %t.ll 13# RUN: diff -u %t.ll %S/Inputs/ppc_generated_funcs.ll.nogenerated.expected 14 15## Check that running the script again does not change the result: 16# RUN: %update_llc_test_checks %t.ll 17# RUN: diff -u %t.ll %S/Inputs/ppc_generated_funcs.ll.nogenerated.expected 18