brintos

brintos / llvm-project-archived public Read only

0
0
Text · 443 B · 42ab449 Raw
9 lines · plain
1# NOTE: Use a '\' in 'llvm\-extract' to prevent substitution.2 3# RUN: cp -f %S/Inputs/custom-tool.ll %t.ll && %update_test_checks %t.ll --tool=llvm\-extract --tool-binary=llvm-extract4# RUN: diff -u %t.ll %S/Inputs/custom-tool.ll.expected5 6## Check that running the script again does not change the result.7# RUN: %update_test_checks %t.ll --tool=llvm\-extract --tool-binary=llvm-extract8# RUN: diff -u %t.ll %S/Inputs/custom-tool.ll.expected9