Xamarin Public Jenkins (auto-signing) 8625704ad8 Imported Upstream version 5.18.0.179
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
2018-10-25 08:34:57 +00:00

16 lines
428 B
Plaintext

Test that llvm-nm returns an error because of the unknown file type, but
keeps processing subsequent files.
RUN: touch %t
RUN: not llvm-nm %p/Inputs/trivial-object-test.elf-i386 %t \
RUN: %p/Inputs/trivial-object-test.elf-i386 | \
RUN: FileCheck %s
CHECK: U SomeOtherFunction
CHECK: 00000000 T main
CHECK: U puts
CHECK: U SomeOtherFunction
CHECK: 00000000 T main
CHECK: U puts