Patch for compile error

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 (585 Bytes)

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.