-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
debug symbols don't work on windows #516
Labels
bug
Observed behavior contradicts documented or intended behavior
os-windows
upstream
An issue with a third party project that Zig uses.
Milestone
Comments
andrewrk
added
bug
Observed behavior contradicts documented or intended behavior
os-windows
labels
Oct 2, 2017
This was referenced Oct 2, 2017
andrewrk
added a commit
that referenced
this issue
Oct 10, 2017
Working with Zachary Turner from the LLD team on this issue: https://bugs.llvm.org/show_bug.cgi?id=34910 |
7 tasks
andrewrk
added a commit
that referenced
this issue
Oct 17, 2017
See #516 now we have at least a callstack. we still need updated LLD to get stack traces.
We added However I tested with llvm master branch and this issue is resolved. So this issue will be fixed when we update to use LLVM 6 (release date not yet announced). |
Fixed with the merge of the llvm6 branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Observed behavior contradicts documented or intended behavior
os-windows
upstream
An issue with a third party project that Zig uses.
Here's a zig program:
When you debug this with MSVC, there is no source code available.
The text was updated successfully, but these errors were encountered: