brintos

brintos / llvm-project-archived public Read only

0
0
Text · 496 B · c73543e Raw
14 lines · plain
1! RUN: not llvm-mc %s -triple=sparc   -show-encoding 2>&1 | FileCheck %s --check-prefix=SPARC322! RUN: llvm-mc %s -triple sparc64 -show-encoding | FileCheck %s --check-prefix=SPARC643! RUN: llvm-mc %s -triple sparcv9 -show-encoding | FileCheck %s --check-prefix=SPARCV94 5        ! SPARC32:       error: unknown directive6        ! SPARC32-NEXT:  .xword 655367        ! SPARC32-NEXT:  ^8 9        ! SPARC64:  .xword 6553610        .xword 6553611 12        ! SPARCV9:  .xword 6553613        .xword 6553614