Searched refs:RUN (Results 201 - 225 of 1225) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ARM/Windows/
H A Dtext-attributes.s1 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
2 @ RUN: | llvm-readobj -s - | FileCheck %s
/external/llvm/test/MC/ARM/
H A Darm-elf-relocation-diagnostics.s1 @ RUN: not llvm-mc -triple armv7-eabi -filetype obj -o - %s 2>&1 \
2 @ RUN: | FileCheck %s
3 @ RUN: not llvm-mc -triple thumbv7-eabi -filetype obj -o - %s 2>&1 \
4 @ RUN: | FileCheck %s
H A Darm-elf-relocations.s1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s | llvm-readobj -r - \
2 @ RUN: | FileCheck %s
3 @ RUN: llvm-mc -triple thumbv7-eabi -filetype obj -o - %s | llvm-readobj -r - \
4 @ RUN: | FileCheck %s
H A Ddirective-arch-armv2.s6 @ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
8 @ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv2a.s6 @ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
8 @ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv3.s6 @ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
8 @ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv3m.s6 @ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
8 @ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv5.s6 @ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
8 @ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv6-m.s6 @ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
8 @ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv7.s6 @ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
8 @ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch_extension-toggle.s1 @ RUN: llvm-mc -triple armv7-eabi -mattr hwdiv -filetype asm -o /dev/null %s
H A Ddirective-object_arch-3.s1 @ RUN: llvm-mc -triple armv7-eabi -filetype asm -o - %s | FileCheck %s
H A Deh-directive-fnend-diagnostics.s1 @ RUN: not llvm-mc %s -triple=armv7-unknown-linux-gnueabi \
2 @ RUN: -filetype=obj -o /dev/null 2>&1 | FileCheck %s
H A Delf-eflags-eabi.s1 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi -filetype=obj -o - | \
2 @ RUN: llvm-readobj -h | FileCheck -check-prefix=OBJ %s
H A Derror-location-ldr-pseudo.s1 @ RUN: not llvm-mc -triple armv7a--none-eabi -filetype obj < %s -o /dev/null 2>&1 | FileCheck %s
H A Dinst-arm-suffixes.s1 @ RUN: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \
2 @ RUN: | FileCheck -check-prefix CHECK-ERROR %s
H A Dinst-thumb-overflow.s1 @ RUN: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \
2 @ RUN: | FileCheck -check-prefix CHECK-ERROR %s
H A Dinst-thumb-suffixes.s1 @ RUN: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \
2 @ RUN: | FileCheck -check-prefix CHECK-ERROR %s
H A Dthumb-branches.s1 @ RUN: llvm-mc < %s -triple thumbv5-linux-gnueabi -filetype=obj -o - \
2 @ RUN: | llvm-readobj -r | FileCheck %s
H A Dthumb-st_other.s6 @ RUN: llvm-mc < %s -triple thumbv5-linux-gnueabi -filetype=obj -o - \
7 @ RUN: | llvm-readobj -t | FileCheck %s
H A Dthumb2-ldrd.s1 @ RUN: not llvm-mc -triple thumb-eabi -mattr=+thumb2 %s -o /dev/null 2>&1 \
2 @ RUN: | FileCheck %s
/external/llvm/test/MC/AsmParser/
H A Ddefsym_error1.s0 # RUN: not llvm-mc -filetype=obj -triple=i386-unknown-elf -defsym aaoeuaoeu %s 2>&1 | FileCheck %s
H A Ddefsym_error2.s0 # RUN: not llvm-mc -filetype=obj -triple=i386-unknown-elf -defsym a=a %s 2>&1 | FileCheck %s
H A Ddirective_darwin_section.s0 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
H A Ddirective_tbss.s0 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s

Completed in 115 milliseconds

1234567891011>>