bolt/deps/llvm-18.1.8/llvm/test/MC/Mips/asciiz-directive-bad.s

9 lines
264 B
ArmAsm
Raw Normal View History

2025-02-14 19:21:04 +01:00
# RUN: not llvm-mc -triple mips-unknown-linux %s 2>&1 | FileCheck %s
# CHECK: :[[#@LINE+1]]:11: error: expected string
.asciiz 12
# CHECK: :[[#@LINE+1]]:14: error: unexpected token
.asciiz "a"3
# CHECK: :[[#@LINE+1]]:15: error: expected string
.asciiz "a",