Files
2023-10-13 14:01:41 +00:00

11 lines
222 B
LLVM

; RUN: llc < %s -asm-verbose=false | FileCheck %s
target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
; CHECK: .globl foo
; CHECK-LABEL: foo:
define void @foo() {
ret void
}