Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvm-symbolizer --obj flag test fails on FreeBSD #18805

Closed
emaste opened this issue Jan 9, 2014 · 3 comments
Closed

llvm-symbolizer --obj flag test fails on FreeBSD #18805

emaste opened this issue Jan 9, 2014 · 3 comments
Assignees
Labels
bugzilla Issues migrated from bugzilla

Comments

@emaste
Copy link
Member

emaste commented Jan 9, 2014

Bugzilla Link 18431
Resolution FIXED
Resolved on Jan 18, 2014 10:56
Version trunk
OS FreeBSD

Extended Description

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
^
:1:1: note: scanning from here
unsigned long
^
:2:7: note: possible intended match here
/tmp/dbginfo/dwarfdump-test.cc:16:0
^

--

i.e., llvm-symbolizer returns "unsigned long" instead of "main".

@emaste
Copy link
Member Author

emaste commented Jan 9, 2014

assigned to @emaste

@emaste
Copy link
Member Author

emaste commented Jan 15, 2014

Fix in code review: http://llvm-reviews.chandlerc.com/D2552

@emaste
Copy link
Member Author

emaste commented Jan 18, 2014

Fixed in r199404

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 9, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla
Projects
None yet
Development

No branches or pull requests

1 participant