2013-07-03 23:46:03 +08:00
|
|
|
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 \
|
2014-01-29 12:08:05 +08:00
|
|
|
RUN: %p/Inputs/trivial-object-test.elf-i386 | \
|
|
|
|
RUN: FileCheck %s
|
2013-07-03 23:46:03 +08:00
|
|
|
|
|
|
|
CHECK: U SomeOtherFunction
|
|
|
|
CHECK: 00000000 T main
|
|
|
|
CHECK: U puts
|
|
|
|
|
|
|
|
CHECK: U SomeOtherFunction
|
|
|
|
CHECK: 00000000 T main
|
|
|
|
CHECK: U puts
|