view test/MC/Mips/asciiz-directive-bad.s @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents afa8332a0e37
children
line wrap: on
line source

# RUN: not llvm-mc -triple mips-unknown-linux %s 2>&1 | FileCheck %s

  .asciiz 12
# CHECK: :[[@LINE-1]]:11: error: expected string in '.asciiz' directive
  .asciiz "a"3
# CHECK: :[[@LINE-1]]:14: error: unexpected token in '.asciiz' directive
  .asciiz "a",
# CHECK: :[[@LINE-1]]:15: error: expected string in '.asciiz' directive