teak-llvm/llvm/test/CodeGen/Mips/micromips-ase-function-attribute.ll
2019-10-03 12:08:04 +00:00

12 lines
262 B
LLVM

; RUN: llc -mtriple=mips-unknown-linux -filetype=obj %s -o - | \
; RUN: llvm-readobj -A | \
; RUN: FileCheck --check-prefix=ASE-MICROMIPS %s
define void @_Z3foov() #0 {
entry:
ret void
}
attributes #0 = { "micromips" }
; ASE-MICROMIPS: microMIPS (0x800)