Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_test_checks / custom-tool.test
blob42ab4491588952744b57dee9b8b79cd2edc5460e
1 # NOTE: Use a '\' in 'llvm\-extract' to prevent substitution.
3 # RUN: cp -f %S/Inputs/custom-tool.ll %t.ll && %update_test_checks %t.ll --tool=llvm\-extract --tool-binary=llvm-extract
4 # RUN: diff -u %t.ll %S/Inputs/custom-tool.ll.expected
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-extract
8 # RUN: diff -u %t.ll %S/Inputs/custom-tool.ll.expected