[llvm] r197988 - llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized.

Ed Maste emaste at freebsd.org
Tue Jan 7 09:35:13 PST 2014


On 24 December 2013 14:33, Alexey Samsonov <samsonov at google.com> wrote:
> Author: samsonov
> Date: Tue Dec 24 13:33:22 2013
> New Revision: 197988
>
> URL: http://llvm.org/viewvc/llvm-project?rev=197988&view=rev
> Log:
> llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized.
>
...
> +RUN: echo "0x400559" > %t.input4
> +RUN: echo "0x400436" >> %t.input4
> +RUN: llvm-symbolizer --obj %p/Inputs/dwarfdump-test.elf-x86-64 < %t.input4 \
> +RUN:   | FileCheck %s --check-prefix=BINARY
> +
> +BINARY:       main
> +BINARY-NEXT: /tmp/dbginfo{{[/\\]}}dwarfdump-test.cc:16
> +BINARY:      _start

This new test is failing on FreeBSD:

--
/tank/emaste/src/llvm/test/DebugInfo/llvm-symbolizer-temp.test:6:9:
error: expected string not found in input
BINARY: main
        ^
<stdin>:1:1: note: scanning from here
unsigned long
^
<stdin>:2:7: note: possible intended match here
/tmp/dbginfo/dwarfdump-test.cc:16:0
      ^

--

(I noticed this in the LLDB buildbot,
http://llvm-amd64.freebsd.your.org:8010/builders/lldb-amd64-freebsd/builds/1671)



More information about the llvm-commits mailing list