Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_llc_test_checks / msp430-function-name.test
blob8f676227aa3243d8bbe54bd905dc493d2629a396
1 # REQUIRES: msp430-registered-target
2 ## Check that functions names with '$' are processed correctly
4 # RUN: cp -f %S/Inputs/msp430_function_name.ll %t.ll && %update_llc_test_checks %t.ll
5 # RUN: diff -u %S/Inputs/msp430_function_name.ll.expected %t.ll