[flang] Fix crash in HLFIR generation (#118399)
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_llc_test_checks / riscv-function-name.test
blob2e1e05d88f9a29dba02f157abd7bb440e14c4b87
1 # REQUIRES: riscv-registered-target
2 ## Check that functions names with '$' are processed correctly
4 # RUN: cp -f %S/Inputs/riscv_function_name.ll %t.ll && %update_llc_test_checks %t.ll
5 # RUN: diff -u %S/Inputs/riscv_function_name.ll.expected %t.ll