repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_llc_test_checks
/
avr-function-name.test
blob
362df53b3df3dad3b93dcdf4554cf44a1d4885d1
1
# REQUIRES: avr-registered-target
2
## Check that functions names with '$' are processed correctly
3
4
# RUN: cp -f %S/Inputs/avr_function_name.ll %t.ll && %update_llc_test_checks %t.ll
5
# RUN: diff -u %S/Inputs/avr_function_name.ll.expected %t.ll