llvm-project/llvm/test/MC/Mips/ptr-size.s

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
487 B
ArmAsm
Raw Normal View History

# RUN: llvm-mc -filetype=obj -triple mips--gnu -g %s \
# RUN: | llvm-dwarfdump -debug-info - | FileCheck --check-prefix=O32 %s
# RUN: llvm-mc -filetype=obj -triple mips64--gnuabin32 -g %s \
# RUN: | llvm-dwarfdump -debug-info - | FileCheck --check-prefix=N32 %s
# RUN: llvm-mc -filetype=obj -triple mips64--gnuabi64 -g %s \
# RUN: | llvm-dwarfdump -debug-info - | FileCheck --check-prefix=N64 %s
# O32: addr_size = 0x04
# N32: addr_size = 0x04
# N64: addr_size = 0x08
foo:
nop