Home | History | Annotate | Download | only in AsmParser
      1 # RUN: llvm-mc -triple i386-linux-gnu -filetype=obj -o %t \
      2 # RUN:   %S/Inputs/non-english-characters-comments.s
      3 # RUN: llvm-readobj %t | FileCheck %s
      4 # CHECK: Format: ELF32-i386
      5 
      6 # RUN: not llvm-mc -triple i386-linux-gnu -filetype=obj -o %t \
      7 # RUN:   %S/Inputs/non-english-characters-section-name.s 2>&1 | \
      8 # RUN:     FileCheck %s --check-prefix=ERR
      9 # ERR: invalid character in input
     10