llvm-for-llvmta/test/tools/UpdateTestChecks/update_llc_test_checks/systemz-function-name.test

6 lines
254 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
# REQUIRES: systemz-registered-target
## Check that functions names with '$' are processed correctly
# RUN: cp -f %S/Inputs/systemz_function_name.ll %t.ll && %update_llc_test_checks %t.ll
# RUN: diff -u %S/Inputs/systemz_function_name.ll.expected %t.ll