HomeSort by relevance Sort by last modified time
    Searched refs:RUN (Results 251 - 275 of 1020) sorted by null

<<11121314151617181920>>

  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_STT_FILE.s 0 # RUN: llvm-mc -triple=x86_64-pc-linux -relocation-model=pic -filetype=obj -o %T/test_ELF_STT_FILE_FILE_x86-64.o %p/Inputs/ELF_STT_FILE_FILE.s
2 # RUN: llvm-mc -triple=x86_64-pc-linux -relocation-model=pic -filetype=obj -o %T/test_ELF_STT_FILE_GLOBAL_x86-64.o %p/Inputs/ELF_STT_FILE_GLOBAL.s
3 # RUN: llvm-mc -triple=x86_64-pc-linux -relocation-model=pic -filetype=obj -o %T/test_ELF_STT_FILE_x86-64.o %s
4 # RUN: llvm-rtdyld -triple=x86_64-pc-linux -verify %T/test_ELF_STT_FILE_GLOBAL_x86-64.o %T/test_ELF_STT_FILE_FILE_x86-64.o %T/test_ELF_STT_FILE_x86-64.o
  /external/llvm/test/MC/ARM/Windows/
mov32t-range.s 1 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
2 @ RUN: | llvm-readobj -r - | FileCheck -check-prefix CHECK-RELOCATIONS %s
4 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
5 @ RUN: | llvm-objdump -d - | FileCheck -check-prefix CHECK-ENCODING %s
  /external/llvm/test/MC/ARM/
cmp-immediate-fixup-error.s 1 @ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s
cmp-immediate-fixup-error2.s 1 @ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s
directive-cpu.s 1 @ RUN: llvm-mc < %s -triple armv7-unknown-linux-gnueabi -filetype=obj -o - \
2 @ RUN: | llvm-readobj -s -sd | FileCheck %s
directive-eabi_attribute-overwrite.s 1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
2 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
directive-fpu.s 1 @ RUN: llvm-mc < %s -triple armv7-unknown-linux-gnueabi -filetype=obj -o - \
2 @ RUN: | llvm-readobj -s -sd | FileCheck %s
directive-object_arch-2.s 1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
2 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s
directive-object_arch-diagnostics.s 1 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null %s 2>&1 \
2 @ RUN: | FileCheck %s
directive-object_arch.s 1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
2 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s
directive-tlsdescseq.s 1 @ RUN: llvm-mc -triple armv7-linux-gnu -filetype obj -o - %s | llvm-readobj -r \
2 @ RUN: | FileCheck %s
3 @ RUN: llvm-mc -triple armv7-linux-gnu -filetype asm -o - %s \
4 @ RUN: | FileCheck -check-prefix CHECK-ASM %s
elf-jump24-fixup.s 1 @ RUN: llvm-mc %s -triple=thumbv7-linux-gnueabi -filetype=obj -o - < %s | llvm-objdump -r - | FileCheck %s
invalid-idiv.s 1 @ RUN: not llvm-mc -triple=armv7 -mcpu=cortex-a15 -mattr=-hwdiv-arm < %s 2> %t
2 @ RUN: FileCheck --check-prefix=ARM-A15 < %t %s
3 @ RUN: not llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -mattr=-hwdiv < %s 2> %t
4 @ RUN: FileCheck --check-prefix=THUMB-A15 < %t %s
5 @ RUN: not llvm-mc -triple=armv7 < %s 2> %t
6 @ RUN: FileCheck --check-prefix=ARM < %t %s
7 @ RUN: not llvm-mc -triple=thumbv7 < %s 2> %t
8 @ RUN: FileCheck --check-prefix=THUMB < %t %s
invalid-vector-index.s 1 @ RUN: not llvm-mc -triple=armv7-apple-darwin < %s 2>&1 | FileCheck %s
ldr-pseudo-obj-errors.s 1 @RUN: not llvm-mc -triple=armv7-unknown-linux-gnueabi -filetype=obj %s -o %t1 2> %t2
2 @RUN: cat %t2 | FileCheck %s
3 @RUN: not llvm-mc -triple=armv7-darwin-apple -filetype=obj %s -o %t1_darwin 2> %t2_darwin
4 @RUN: cat %t2_darwin | FileCheck %s
not-armv4.s 1 @ RUN: not llvm-mc < %s -triple armv4-unknown-unknown -show-encoding 2>&1 | FileCheck %s
obsolete-v8.s 1 @ RUN: not llvm-mc -triple=armv8 < %s 2>&1 | FileCheck %s
thumb1-relax-bcc.s 1 @ RUN: not llvm-mc -triple thumbv6m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
2 @ RUN: not llvm-mc -triple thumbv7m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
3 @ RUN: llvm-mc -triple thumbv7m-none-eabi -filetype=obj -o %t %s
4 @ RUN: llvm-objdump -d -r -triple thumbv7m-none-eabi %t | FileCheck --check-prefix=CHECK-ELF %s
thumb2-ldrb-ldrh.s 1 @ RUN: not llvm-mc -triple thumbv7a-none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK
2 @ RUN: not llvm-mc -triple thumbv7m-none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK
udf-arm.s 1 @ RUN: llvm-mc -triple arm-eabi -show-encoding %s | FileCheck %s
udf-thumb.s 1 @ RUN: llvm-mc -triple thumbv6m-eabi -show-encoding %s | FileCheck %s
  /external/llvm/test/MC/AsmParser/
align_invalid.s 0 # RUN: not llvm-mc -triple i386-linux-gnu < %s 2>&1 | FileCheck %s -check-prefix=ELF
2 # RUN: not llvm-mc -triple i386-apple-darwin < %s 2>&1 | FileCheck %s -check-prefix=DARWIN
assignment.s 0 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_align.s 0 # RUN: not llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
directive_comm.s 0 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s

Completed in 232 milliseconds

<<11121314151617181920>>