You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
387 B
10 lines
387 B
# RUN: llvm-mc -triple i386-linux-gnu -filetype=obj -o %t \
|
|
# RUN: %S/Inputs/non-english-characters-comments.s
|
|
# RUN: llvm-readobj %t | FileCheck %s
|
|
# CHECK: Format: elf32-i386
|
|
|
|
# RUN: not llvm-mc -triple i386-linux-gnu -filetype=obj -o %t \
|
|
# RUN: %S/Inputs/non-english-characters-section-name.s 2>&1 | \
|
|
# RUN: FileCheck %s --check-prefix=ERR
|
|
# ERR: invalid character in input
|