blob: f9a9457e8ac18b336b2b55ac47c0099db48e424b [file] [log] [blame]
; Verify that the driver can consume LLVM IR files.
; REQUIRES: aarch64-registered-target
; RUN: %flang_fc1 -S -triple aarch64-unknown-linux-gnu %s -o - | FileCheck %s
; RUN: %flang -S -target aarch64-unknown-linux-gnu %s -o - | FileCheck %s
; CHECK-LABEL: foo:
; CHECK: ret
define void @foo() {
ret void
}