summaryrefslogtreecommitdiff
path: root/test/Object/nm-error.test
blob: 146b88713f87cade84d06f060299e987cd8427b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Test that llvm-nm returns an error because of the unknown file type, but
keeps processing subsequent files.

Note: We use a temporary file since the tests don't run with pipefail.

RUN: touch %t
RUN: not llvm-nm %p/Inputs/trivial-object-test.elf-i386 %t \
RUN:             %p/Inputs/trivial-object-test.elf-i386 > %t.log
RUN: FileCheck %s < %t.log

CHECK:          U SomeOtherFunction
CHECK: 00000000 T main
CHECK:          U puts

CHECK:          U SomeOtherFunction
CHECK: 00000000 T main
CHECK:          U puts