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
[clang][bytecode] Implement __builtin_reduce_mul (#118287)
[llvm-project.git]
/
flang
/
test
/
Driver
/
emit-asm-aarch64.f90
blob
078713329223af08464d40a38be3c6fd8987f9e9
1
! Test -S (AArch64)
2
3
! REQUIRES: aarch64-registered-target
4
5
! RUN: %flang_fc1 -S -triple aarch64-unknown-linux-gnu %s -o - | FileCheck %s
6
! RUN: %flang -S -target aarch64-unknown-linux-gnu %s -o - | FileCheck %s
7
8
! CHECK-LABEL: _QQmain:
9
! CHECK: ret
10
11
end program