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