[Lldb-commits] [lldb] r331082 - Fix build bots after r331049 broke them.

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon May 7 07:26:26 PDT 2018


Fixed with:

svn commit source/Target/TargetList.cpp
Sending        source/Target/TargetList.cpp
Transmitting file data .done
Committing transaction...
Committed revision 331637.

Test coming soon.

> On May 4, 2018, at 10:55 AM, Davide Italiano <dccitaliano at gmail.com> wrote:
> 
> On Fri, May 4, 2018 at 10:54 AM, Greg Clayton <clayborg at gmail.com> wrote:
>> So it seems that if specify "./blah" as your program then this fails, but if you specify just "blah" then this succeeds. Looks like we need to resolve the path when creating a target with a local copy of the file. I will look into this.
>> 
>> Greg
>> 
> 
> Please take a look at this quickly today, as it's breaking a
> user-visible feature.
> 
> --
> Davide



More information about the lldb-commits mailing list