mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-18 10:31:57 +00:00
6 lines
195 B
ArmAsm
6 lines
195 B
ArmAsm
|
// 64 bit little endian
|
||
|
// RUN: llvm-mc -filetype=obj -arch=aarch64 -triple aarch64-none-linux-gnu %s -o - | llvm-objdump -d
|
||
|
|
||
|
// We just want to see if llvm-objdump works at all.
|
||
|
// CHECK: .text
|