xref: /llvm-project/llvm/test/CodeGen/RISCV/module-target-abi3.ll (revision 3846e3970feb506f52cf2cc696bb4a530633acc6)
1; RUN: llc -mtriple=riscv32 -filetype=obj < %s | llvm-readelf -h - | FileCheck %s
2
3; CHECK: Flags: 0x2, single-float ABI
4
5attributes #0 = { "target-features"="+f" }
6!llvm.module.flags = !{!0}
7!0 = !{i32 1, !"target-abi", !"ilp32f"}
8