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
Typo fix; NFC
[llvm-project.git]
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_llc_test_checks
/
mips64_eh.test
blob
e45ecd7e3afc1368d2428f927b6a499c0864e229
1
# REQUIRES: mips-registered-target
2
## Check that we handle MIPS64 assembly output with an EH asm prologue
3
4
# RUN: cp -f %S/Inputs/mips64_eh.ll %t.ll && %update_llc_test_checks %t.ll
5
# RUN: diff -u %S/Inputs/mips64_eh.ll.expected %t.ll