[LLVMbugs] [Bug 18431] New: llvm-symbolizer --obj flag test fails on FreeBSD
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 9 11:44:53 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18431
Bug ID: 18431
Summary: llvm-symbolizer --obj flag test fails on FreeBSD
Product: new-bugs
Version: trunk
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: emaste at freebsd.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
r197988 adds a new --obj flag to llvm-symbolizer. The test for this fails 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.e., llvm-symbolizer returns "unsigned long" instead of "main".
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140109/732cd1d4/attachment.html>
More information about the llvm-bugs
mailing list