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

Pass the filename in the codegen debug spec #4074

Closed

Conversation

muscar
Copy link

@muscar muscar commented Feb 24, 2017

Not setting the filename on all nodes makes LLVM die with an assertion error:

Code gen: debug
  codegens abstract struct (#3578)Assertion failed: (!Filename.empty() && "Unable to create file without name"), function createFilePathPair, file DIBuilder.cpp, line 130.
make: *** [spec] Abort trap: 6

See #4073 for more details.

Not setting the filename on all nodes makes LLVM die with an assertion
error.
@muscar
Copy link
Author

muscar commented Feb 24, 2017

I know the build fails in travis, but it doesn't seem related to this PR. I don't have the necessary context to solve that failure. Feedback from anyone who does is welcome.

@bcardiff
Copy link
Member

Closing based on #4073 discussion (llvm 3.6)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants