forked from OSchip/llvm-project
Change the actual tests to match the input directory rename (duh)
llvm-svn: 143404
This commit is contained in:
parent
9d3d6886e6
commit
1c1a2b8123
|
@ -1,6 +1,6 @@
|
|||
RUN: llvm-nm %p/TestObjectFiles/archive-test.a-coff-i386 \
|
||||
RUN: llvm-nm %p/Inputs/archive-test.a-coff-i386 \
|
||||
RUN: | FileCheck %s -check-prefix COFF
|
||||
RUN: llvm-as %p/TestObjectFiles/trivial.ll -o=%t1
|
||||
RUN: llvm-as %p/Inputs/trivial.ll -o=%t1
|
||||
RUN: llvm-ar rcs %t2 %t1
|
||||
RUN: llvm-nm %t2 | FileCheck %s -check-prefix BITCODE
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
RUN: llvm-nm %p/TestObjectFiles/trivial-object-test.coff-i386 \
|
||||
RUN: llvm-nm %p/Inputs/trivial-object-test.coff-i386 \
|
||||
RUN: | FileCheck %s -check-prefix COFF
|
||||
RUN: llvm-nm %p/TestObjectFiles/trivial-object-test.coff-x86-64 \
|
||||
RUN: llvm-nm %p/Inputs/trivial-object-test.coff-x86-64 \
|
||||
RUN: | FileCheck %s -check-prefix COFF
|
||||
RUN: llvm-nm %p/TestObjectFiles/trivial-object-test.elf-i386 \
|
||||
RUN: llvm-nm %p/Inputs/trivial-object-test.elf-i386 \
|
||||
RUN: | FileCheck %s -check-prefix ELF
|
||||
RUN: llvm-nm %p/TestObjectFiles/trivial-object-test.elf-x86-64 \
|
||||
RUN: llvm-nm %p/Inputs/trivial-object-test.elf-x86-64 \
|
||||
RUN: | FileCheck %s -check-prefix ELF
|
||||
|
||||
COFF: 00000000 d .data
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
RUN: llvm-objdump -d -r %p/TestObjectFiles/trivial-object-test.coff-i386 \
|
||||
RUN: llvm-objdump -d -r %p/Inputs/trivial-object-test.coff-i386 \
|
||||
RUN: | FileCheck %s -check-prefix COFF-i386
|
||||
RUN: llvm-objdump -d -r %p/TestObjectFiles/trivial-object-test.coff-x86-64 \
|
||||
RUN: llvm-objdump -d -r %p/Inputs/trivial-object-test.coff-x86-64 \
|
||||
RUN: | FileCheck %s -check-prefix COFF-x86-64
|
||||
|
||||
COFF-i386: file format COFF-i386
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
RUN: llvm-objdump -f %p/TestObjectFiles/trivial-object-test.coff-i386 \
|
||||
RUN: llvm-objdump -f %p/Inputs/trivial-object-test.coff-i386 \
|
||||
RUN: | FileCheck %s -check-prefix COFF-i386
|
||||
RUN: llvm-objdump -f %p/TestObjectFiles/trivial-object-test.elf-i386 \
|
||||
RUN: llvm-objdump -f %p/Inputs/trivial-object-test.elf-i386 \
|
||||
RUN: | FileCheck %s -check-prefix ELF-i386
|
||||
|
||||
XFAIL: *
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
RUN: llvm-objdump -r %p/TestObjectFiles/trivial-object-test.coff-i386 \
|
||||
RUN: llvm-objdump -r %p/Inputs/trivial-object-test.coff-i386 \
|
||||
RUN: | FileCheck %s -check-prefix COFF-i386
|
||||
RUN: llvm-objdump -r %p/TestObjectFiles/trivial-object-test.coff-x86-64 \
|
||||
RUN: llvm-objdump -r %p/Inputs/trivial-object-test.coff-x86-64 \
|
||||
RUN: | FileCheck %s -check-prefix COFF-x86-64
|
||||
RUN: llvm-objdump -r %p/TestObjectFiles/trivial-object-test.elf-i386 \
|
||||
RUN: llvm-objdump -r %p/Inputs/trivial-object-test.elf-i386 \
|
||||
RUN: | FileCheck %s -check-prefix ELF-i386
|
||||
RUN: llvm-objdump -r %p/TestObjectFiles/trivial-object-test.elf-x86-64 \
|
||||
RUN: llvm-objdump -r %p/Inputs/trivial-object-test.elf-x86-64 \
|
||||
RUN: | FileCheck %s -check-prefix ELF-x86-64
|
||||
|
||||
COFF-i386: .text
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
RUN: llvm-objdump -s %p/TestObjectFiles/trivial-object-test.coff-i386 \
|
||||
RUN: llvm-objdump -s %p/Inputs/trivial-object-test.coff-i386 \
|
||||
RUN: | FileCheck %s -check-prefix COFF-i386
|
||||
RUN: llvm-objdump -s %p/TestObjectFiles/trivial-object-test.elf-i386 \
|
||||
RUN: llvm-objdump -s %p/Inputs/trivial-object-test.elf-i386 \
|
||||
RUN: | FileCheck %s -check-prefix ELF-i386
|
||||
|
||||
COFF-i386: trivial-object-test.coff-i386: file format
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; RUN: llvm-objdump -h %p/TestObjectFiles/trivial-object-test.elf-x86-64 \
|
||||
; RUN: llvm-objdump -h %p/Inputs/trivial-object-test.elf-x86-64 \
|
||||
; RUN: | FileCheck %s
|
||||
|
||||
; To verify this, use readelf -S, not objdump -h. Binutils objdump filters the
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
RUN: llvm-objdump -t %p/TestObjectFiles/trivial-object-test.coff-i386 \
|
||||
RUN: llvm-objdump -t %p/Inputs/trivial-object-test.coff-i386 \
|
||||
RUN: | FileCheck %s -check-prefix COFF-i386
|
||||
RUN: llvm-objdump -t %p/TestObjectFiles/trivial-object-test.elf-i386 \
|
||||
RUN: llvm-objdump -t %p/Inputs/trivial-object-test.elf-i386 \
|
||||
RUN: | FileCheck %s -check-prefix ELF-i386
|
||||
|
||||
COFF-i386: trivial-object-test.coff-i386: file format
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
RUN: llvm-objdump -d %p/TestObjectFiles/trivial-object-test.coff-i386 \
|
||||
RUN: llvm-objdump -d %p/Inputs/trivial-object-test.coff-i386 \
|
||||
RUN: | FileCheck %s -check-prefix COFF-i386
|
||||
RUN: llvm-objdump -d %p/TestObjectFiles/trivial-object-test.coff-x86-64 \
|
||||
RUN: llvm-objdump -d %p/Inputs/trivial-object-test.coff-x86-64 \
|
||||
RUN: | FileCheck %s -check-prefix COFF-x86-64
|
||||
RUN: llvm-objdump -d %p/TestObjectFiles/trivial-object-test.elf-i386 \
|
||||
RUN: llvm-objdump -d %p/Inputs/trivial-object-test.elf-i386 \
|
||||
RUN: | FileCheck %s -check-prefix ELF-i386
|
||||
RUN: llvm-objdump -d %p/TestObjectFiles/trivial-object-test.elf-x86-64 \
|
||||
RUN: llvm-objdump -d %p/Inputs/trivial-object-test.elf-x86-64 \
|
||||
RUN: | FileCheck %s -check-prefix ELF-x86-64
|
||||
|
||||
COFF-i386: file format COFF-i386
|
||||
|
|
Loading…
Reference in New Issue