Re: [Lldb-commits] [PATCH] D18848: Add PDBASTParser and parse type information from PDB

2016-04-20 Thread Jonas Hahnfeld via lldb-commits
Hahnfeld added a subscriber: Hahnfeld. Hahnfeld added a comment. I think this one is breaking `make check-all` for me because it cannot find and copy `test-pdb-types.exe`. Maybe this has to be checked in? `test-dwarf.exe` and `test-pdb.exe` are in SVN as well... http://reviews.llvm.org/D18848

Re: [Lldb-commits] [PATCH] D18848: Add PDBASTParser and parse type information from PDB

2016-04-21 Thread Jonas Hahnfeld via lldb-commits
Hahnfeld added a comment. In http://reviews.llvm.org/D18848#406521, @labath wrote: > In http://reviews.llvm.org/D18848#406509, @zturner wrote: > > > I was under the impression the make build was officially unsupported/dead? > > > You can still cmake to generate makefiles (and it does that by defa

Re: [Lldb-commits] [PATCH] D18848: Add PDBASTParser and parse type information from PDB

2016-04-22 Thread Jonas Hahnfeld via lldb-commits
Hahnfeld added a comment. In http://reviews.llvm.org/D18848#407745, @zturner wrote: > It should be fixed now, please sync and try again Yes, thanks. http://reviews.llvm.org/D18848 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://l

[Lldb-commits] [clang] [lldb] [Serialization] Support loading template specializations lazily (PR #119333)

2024-12-11 Thread Jonas Hahnfeld via lldb-commits
hahnjo wrote: I believe https://github.com/llvm/llvm-project/commit/30ea0f0ce476bf4c12684a9a514af2ca660bbe44 already addresses the cast. The bots are just slow... https://github.com/llvm/llvm-project/pull/119333 ___ lldb-commits mailing list lldb-com