[llvm] [LLVM] Create `lf_alias` nodes for `typedef` and `using` (PR #153936)

via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 2 17:42:38 PST 2025


Walnut356 wrote:

Ah, yeah. Those test failures are from LLDB's native PDB parser, which doesn't (currently) understand `lf_alias` nodes at all. I had a PR that implemented both the LLVM node creation and the LLDB node processing: https://github.com/llvm/llvm-project/pull/152484, but was told to split it between two PRs. 

I can go ahead and add the LLDB handling into this one though

https://github.com/llvm/llvm-project/pull/153936


More information about the llvm-commits mailing list