7 lines
232 B
LLVM
7 lines
232 B
LLVM
; RUN: llc -mtriple=riscv32 -filetype=obj < %s | llvm-readelf -h - | FileCheck %s
|
|
|
|
; CHECK: Flags: 0x2, single-float ABI
|
|
|
|
attributes #0 = { "target-features"="+f" }
|
|
!llvm.module.flags = !{!0}
|
|
!0 = !{i32 1, !"target-abi", !"ilp32f"}
|