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