[Lldb-commits] [PATCH] D18848: Add PDBASTParser and parse type information from PDB
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 21 07:42:48 PDT 2016
It should be fixed now, please sync and try again
On Thu, Apr 21, 2016 at 4:04 AM Jonas Hahnfeld <Hahnfeld at itc.rwth-aachen.de>
wrote:
> 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 default).
> >
> > In any case, this problem should not be related to make, unit tests fail
> even when using ninja:
> >
> > Error copying file
> "llvm/tools/lldb/unittests/SymbolFile/PDB/Inputs/test-pdb-types.exe" to
> "build/dbg/tools/lldb/unittests/SymbolFile/PDB/Inputs".
> >
>
>
> Yes, that's what I'm seeing here as well. Sorry for not posting the error
> message
>
> In http://reviews.llvm.org/D18848#406539, @zturner wrote:
>
> > Hmm, ok i will check it out later. I'm not sure why it's even trying to
> > copy an exe, should be only doing the pdb. Exe isn't even checked in
>
>
>
> ================
> Comment at: unittests/SymbolFile/PDB/CMakeLists.txt:9
> @@ +8,3 @@
> + test-dwarf.exe
> + test-pdb-types.exe
> + test-pdb-types.pdb)
> ----------------
> Maybe because it is specified here and not compiled?
>
>
> http://reviews.llvm.org/D18848
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160421/1e076c5b/attachment.html>
More information about the lldb-commits
mailing list