brintos

brintos / llvm-project-archived public Read only

0
0
Text · 264 B · edb9449 Raw
12 lines · plain
1; RUN: llc -mtriple=mips-unknown-linux -filetype=obj %s -o - | \2; RUN:   llvm-readobj -A - | \3; RUN:   FileCheck --check-prefix=ASE-MICROMIPS %s4 5define void @_Z3foov() #0 {6entry:7  ret void8}9attributes #0 = { "micromips" }10 11; ASE-MICROMIPS: microMIPS (0x800)12