bolt/deps/llvm-18.1.8/flang/test/Driver/emit-asm-from-llvm.ll
2025-02-14 19:21:04 +01:00

13 lines
313 B
LLVM

; 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
}