Skip to content

Commit

Permalink
cranelift: Runtest fibonacci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
afonso360 committed Aug 25, 2022
1 parent ceccde2 commit c84a961
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cranelift/filetests/filetests/runtests/fibonacci.clif
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
test interpret
target x86_64
target aarch64
target aarch64 sign_return_address
target aarch64 has_pauth sign_return_address
target s390x

; A non-recursive fibonacci implementation.
function %fibonacci(i32) -> i32 {
Expand Down

0 comments on commit c84a961

Please sign in to comment.