summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/lto/riscv64.ll
blob: 59de1de4a8d9122beaa847157d47f04b488004c5 (plain)
1
2
3
4
5
6
7
8
9
10
; 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
}
OpenPOWER on IntegriCloud