blob: 59de1de4a8d9122beaa847157d47f04b488004c5 [file] [log] [blame]
; REQUIRES: riscv
; RUN: llvm-as %s -o %t.o
; RUN: ld.lld %t.o -o %t
target datalayout = "e-m:e-p:64:64-i64:64-i128:128-n64-S128"
target triple = "riscv64-unknown-elf"
define void @f() {
ret void
}