-
Notifications
You must be signed in to change notification settings - Fork 13.5k
emit debug info for labels #14872
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
Comments
DW_TAG_label is supported since d6b2cdf. We could close this after the XFAIL tests for this in GDB (they still exist in gdb trunk) are removed. |
What subversion revision is this? (and/or could you provide a link to the llvm-commits list, github commit, etc) |
commit d6b2cdf
|
SGTM then - thanks! |
Thank you all. Hi David, do you plan to revert the test workaround on the GDB side? |
Sure - I sent a patch to the gdb list for review. |
mentioned in issue llvm/llvm-bugzilla-archive#24345 |
@llvm/issue-subscribers-debuginfo Author: David Blaikie (dwblaikie)
| | |
| --- | --- |
| Bugzilla Link | [14500](https://llvm.org/bz14500) |
| Resolution | FIXED |
| Resolved on | Sep 05, 2019 15:16 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#14702 llvm/llvm-bugzilla-archive#24345 |
| CC | @DougGregor,@echristo,@yuanfang-chen |
Extended DescriptionClang doesn't currently produce DW_TAG_labels. (see gdb.base/label.exp in the GDB 7.5 test suite) |
Extended Description
Clang doesn't currently produce DW_TAG_labels. (see gdb.base/label.exp in the GDB 7.5 test suite)
The text was updated successfully, but these errors were encountered: