mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
11 lines
351 B
ArmAsm
11 lines
351 B
ArmAsm
|
! RUN: not llvm-mc %s -arch=sparc -show-encoding 2>&1 | FileCheck %s --check-prefix=SPARC32
|
||
|
! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s --check-prefix=SPARC64
|
||
|
|
||
|
! SPARC32: error: unknown directive
|
||
|
! SPARC32-NEXT: .xword 65536
|
||
|
! SPARC32-NEXT: ^
|
||
|
|
||
|
! SPARC64: .xword 65536
|
||
|
.xword 65536
|
||
|
|