Sign in
llvm
/
llvm-project
/
890c4bece26e005cd9fa5511fe0efa7307794de5
/
.
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_llc_test_checks
/
msp430-function-name.test
blob: 8f676227aa3243d8bbe54bd905dc493d2629a396 [
file
]
# REQUIRES: msp430-registered-target
## Check that functions names with '$' are processed correctly
# RUN: cp -f %S/Inputs/msp430_function_name.ll %t.ll && %update_llc_test_checks %t.ll
# RUN: diff -u %S/Inputs/msp430_function_name.ll.expected %t.ll