brintos

brintos / llvm-project-archived public Read only

0
0
Text · 321 B · d371ec2 Raw
11 lines · plain
1# RUN: not llvm-mc --triple=loongarch64 %s 2>&1 | FileCheck %s2 3la $a0, $a1, sym4# CHECK: :[[#@LINE-1]]:10: error: operand must be a bare symbol name5 6la $a0, 17# CHECK: :[[#@LINE-1]]:9: error: operand must be a bare symbol name8 9la.global $a0, $a1, 110# CHECK: :[[#@LINE-1]]:21: error: operand must be a bare symbol name11