Files
clang-p2996/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/avr-function-name.test
Ben Shi 2d7aa149a4 [update_llc_test_checks] Support AVR
Reviewed By: arichardson

Differential Revision: https://reviews.llvm.org/D95240
2021-01-26 17:50:56 +08:00

6 lines
242 B
Plaintext

# REQUIRES: avr-registered-target
## Check that functions names with '$' are processed correctly
# RUN: cp -f %S/Inputs/avr_function_name.ll %t.ll && %update_llc_test_checks %t.ll
# RUN: diff -u %S/Inputs/avr_function_name.ll.expected %t.ll