brintos

brintos / llvm-project-archived public Read only

0
0
Text · 487 B · 807265b Raw
14 lines · plain
1# RUN: llvm-mc -filetype=obj -triple mips--gnu -g %s \2# RUN:   | llvm-dwarfdump -debug-info - | FileCheck --check-prefix=O32 %s3# RUN: llvm-mc -filetype=obj -triple mips64--gnuabin32 -g %s \4# RUN:   | llvm-dwarfdump -debug-info - | FileCheck --check-prefix=N32 %s5# RUN: llvm-mc -filetype=obj -triple mips64--gnuabi64 -g %s \6# RUN:   | llvm-dwarfdump -debug-info - | FileCheck --check-prefix=N64 %s7 8# O32: addr_size = 0x049# N32: addr_size = 0x0410# N64: addr_size = 0x0811 12foo:13  nop14