1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/tools/llvm-objdump/unimplemented-features.test
vgxbj 74e56f5cdb [llvm-objdump][test] Recommit unimplemented-features.test
Recommit test case that removed by rG685bf42e9e0cc79cff6d26cf44749db98f148270
2020-04-05 11:47:27 +08:00

32 lines
920 B
Plaintext

## Test dumping dynamic symbols reports a warning if the operation is unsupported for the file format.
# RUN: yaml2obj %s --docnum=1 -o %t.macho.o
# RUN: llvm-objdump --dynamic-syms %t.macho.o 2>&1 | \
# RUN: FileCheck %s
# RUN: yaml2obj %s --docnum=2 -o %t.coff.o
# RUN: llvm-objdump --dynamic-syms %t.coff.o 2>&1 | \
# RUN: FileCheck %s
# RUN: llvm-objdump --dynamic-syms %p/XCOFF/Inputs/xcoff-section-headers.o 2>&1 | \
# RUN: FileCheck %s
# CHECK:DYNAMIC SYMBOL TABLE:
# CHECK-NEXT: warning: {{.*}}: this operation is not currently supported for this file format
# CHECK-EMPTY:
--- !mach-o
FileHeader:
magic: 0xFEEDFACF
cputype: 0x01000007
cpusubtype: 0x80000003
filetype: 0x00000002
ncmds: 0
sizeofcmds: 0
flags: 0x00218085
reserved: 0x00000000
--- !COFF
header:
Machine: IMAGE_FILE_MACHINE_AMD64
Characteristics: []
sections: []
symbols: []