20 lines · plain
1## Test that llvm-nm returns an error because of the unknown file type, but2## keeps processing subsequent files.3 4# RUN: yaml2obj %s -o %t-i3865# RUN: touch %t6# RUN: not llvm-nm %t-i386 %t %t-i386 | FileCheck %s7 8# CHECK: U foo9# CHECK: U foo10 11--- !ELF12FileHeader:13 Class: ELFCLASS3214 Data: ELFDATA2LSB15 Type: ET_REL16 Machine: EM_38617Symbols:18 - Name: foo19 Binding: STB_GLOBAL20