[lldb-dev] Patch for compile error

Jason Molenda jmolenda at apple.com
Tue Dec 2 20:02:46 PST 2014


Thanks Ryan, I had an llvm checkout from a couple days ago so I hadn't seen this yet.  Your patch looks good, I committed it as

Sending        source/Expression/IRExecutionUnit.cpp
Transmitting file data .
Committed revision 223196.


> On Dec 2, 2014, at 7:16 PM, Ryan Goodfellow <rgoodfel at isi.edu> wrote:
> 
> Hi,
> 
> I have LLVM revision 223186 and LLDB revision 223190, both fetched today and could not build LLDB inside the source tree. The problem seems to be that an LLVM interface was updated to accept a std::unique_ptr instead of a raw c-pointer and the LLDB code that calls it was not. I have attached a patch that I think fixes the problem.
> 
> Thanks
> ~ ry
> 
> <IRExec_Patch.diff>_______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev





More information about the lldb-dev mailing list