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
[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git]
/
flang
/
test
/
Driver
/
emit-asm-from-llvm.ll
blob
f9a9457e8ac18b336b2b55ac47c0099db48e424b
1
; Verify that the driver can consume LLVM IR files.
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: foo:
9
; CHECK: ret
10
11
define void @foo() {
12
ret void
13
}