diff options
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/ARM/2010-11-30-reloc-movt.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/ARM/2010-12-13-reloc-pic.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll | 4 | 
3 files changed, 4 insertions, 4 deletions
| diff --git a/llvm/test/CodeGen/ARM/2010-11-30-reloc-movt.ll b/llvm/test/CodeGen/ARM/2010-11-30-reloc-movt.ll index a8dc52e411c..930cd8d4156 100644 --- a/llvm/test/CodeGen/ARM/2010-11-30-reloc-movt.ll +++ b/llvm/test/CodeGen/ARM/2010-11-30-reloc-movt.ll @@ -1,4 +1,4 @@ -; RUN: llc  %s -mtriple=armv7-linux-gnueabi -arm-use-movt -filetype=obj -o - | \ +; RUN: llc  %s -mtriple=armv7-linux-gnueabi -filetype=obj -o - | \  ; RUN:    elf-dump --dump-section-data | FileCheck  -check-prefix=OBJ %s  target triple = "armv7-none-linux-gnueabi" diff --git a/llvm/test/CodeGen/ARM/2010-12-13-reloc-pic.ll b/llvm/test/CodeGen/ARM/2010-12-13-reloc-pic.ll index 52fd2df1413..d5aefbee197 100644 --- a/llvm/test/CodeGen/ARM/2010-12-13-reloc-pic.ll +++ b/llvm/test/CodeGen/ARM/2010-12-13-reloc-pic.ll @@ -1,4 +1,4 @@ -; RUN: llc  %s -mtriple=armv7-linux-gnueabi -arm-use-movt -relocation-model=pic -filetype=obj -o - | \ +; RUN: llc  %s -mtriple=armv7-linux-gnueabi -relocation-model=pic -filetype=obj -o - | \  ; RUN:    elf-dump --dump-section-data | FileCheck  -check-prefix=PIC01 %s  ;; FIXME: Reduce this test further, or even better, diff --git a/llvm/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll b/llvm/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll index e08fe8d586c..eaa34e7960f 100644 --- a/llvm/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll +++ b/llvm/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll @@ -1,6 +1,6 @@ -; RUN: llc  %s -mtriple=armv7-linux-gnueabi -arm-use-movt -filetype=obj -o - | \ +; RUN: llc  %s -mtriple=armv7-linux-gnueabi -filetype=obj -o - | \  ; RUN:    elf-dump --dump-section-data | FileCheck  -check-prefix=OBJ %s -; RUN: llc  %s -mtriple=armv7-linux-gnueabi -arm-use-movt -o - | \ +; RUN: llc  %s -mtriple=armv7-linux-gnueabi -o - | \  ; RUN:    FileCheck  -check-prefix=ASM %s | 

