brintos

brintos / llvm-project-archived public Read only

0
0
Text · 268 B · 2516239 Raw
11 lines · plain
1@RUN: not llvm-mc -triple=armv7-unknown-linux-gnueabi < %s  2>&1 | FileCheck %s2@RUN: not llvm-mc -triple=armv7-apple-darwin < %s  2>&1 | FileCheck %s3 4.text5bar:6  mov r0, =0x1017@ CHECK: error: unknown token in expression8@ CHECK: mov r0, =0x1019@ CHECK:         ^10 11