Re: [lldb-dev] XCode build failing

2017-08-01 Thread Jim Ingham via lldb-dev
Will do, just making sure it builds. Jim > On Aug 1, 2017, at 2:41 AM, Vadim Macagon via lldb-dev > wrote: > > Hi, > > My changes in r309664 (https://reviews.llvm.org/D35881) broke the XCode > build, I'm guessing because I didn't update the XCode project(s) to reference > these new files: >

Re: [lldb-dev] [cfe-dev] [5.0.0 Release] Release Candidate 1 tagged

2017-08-01 Thread Hans Wennborg via lldb-dev
On Tue, Aug 1, 2017 at 3:01 AM, Simon Dardis wrote: > Currently I'm getting "Couldn't write to remote file > "/home/testers/uploads/clang+llvm-5.0.0-rc1-mips-linux-gnu.tar.xz": Failure", > does that account need more space? Yes, the partition is full. I've asked Anton to see if we can fix this.

Re: [lldb-dev] [cfe-dev] [5.0.0 Release] Release Candidate 1 tagged

2017-08-01 Thread Simon Dardis via lldb-dev
Hi all, I have new regressions for mips(el)-linux-gnu, some of which I have patches for: I have patch for (believe this to be a libc bug): LLVM-Unit :: DebugInfo/DWARF/./DebugInfoDWARFTests/DWARFDebugInfo.TestDwarfVerifyInvalidCURef LLVM-Unit :: DebugInfo/DWARF/./DebugInfoDWARFTests/DWA

[lldb-dev] XCode build failing

2017-08-01 Thread Vadim Macagon via lldb-dev
Hi, My changes in r309664 (https://reviews.llvm.org/D35881) broke the XCode build, I'm guessing because I didn't update the XCode project(s) to reference these new files: include/lldb/API/SBProcessInfo.h trunk/scripts/interface/SBProcessInfo.i source/API/SBProcessInfo.cpp Could someone pleas