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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to