]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/MC/Sparc/sparc-directive-xword.s
Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / test / MC / Sparc / sparc-directive-xword.s
1 ! RUN: not llvm-mc %s -arch=sparc   -show-encoding 2>&1 | FileCheck %s --check-prefix=SPARC32
2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s --check-prefix=SPARC64
3
4         ! SPARC32:       error: unknown directive
5         ! SPARC32-NEXT:  .xword 65536
6         ! SPARC32-NEXT:  ^
7
8         ! SPARC64:  .xword 65536
9         .xword 65536
10