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

implement debug info for unions in the llvm backend #11096

Closed
Tracked by #89
andrewrk opened this issue Mar 9, 2022 · 1 comment
Closed
Tracked by #89

implement debug info for unions in the llvm backend #11096

andrewrk opened this issue Mar 9, 2022 · 1 comment
Labels
backend-llvm The LLVM backend outputs an LLVM IR Module. contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. frontend Tokenization, parsing, AstGen, Sema, and Liveness.
Milestone

Comments

@andrewrk
Copy link
Member

andrewrk commented Mar 9, 2022

@panic("TODO debug info type for union");

@andrewrk andrewrk added enhancement Solving this issue will likely involve adding new logic or components to the codebase. contributor friendly This issue is limited in scope and/or knowledge of Zig internals. frontend Tokenization, parsing, AstGen, Sema, and Liveness. backend-llvm The LLVM backend outputs an LLVM IR Module. labels Mar 9, 2022
@andrewrk andrewrk added this to the 0.10.0 milestone Mar 9, 2022
This was referenced Mar 9, 2022
@andrewrk
Copy link
Member Author

Implemented in f4a357d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend-llvm The LLVM backend outputs an LLVM IR Module. contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. frontend Tokenization, parsing, AstGen, Sema, and Liveness.
Projects
None yet
Development

No branches or pull requests

1 participant