> On Aug 4, 2017, at 10:21 AM, Bob Wilson <bob.wil...@apple.com> wrote: > > Unfortunately that wasn’t good enough. Without lldb building, there was a > test failing on Linux. I tried disabling that test > (https://github.com/apple/swift/pull/11345 > <https://github.com/apple/swift/pull/11345>) but other things still failed. > We could completely skip PR testing for Linux but that would be a pretty > drastic step. >
PR test is working now after merging this. Thanks! Xi > Jim, any progress on getting lldb to work again? > >> On Aug 3, 2017, at 7:54 PM, Xi Ge <xi...@apple.com <mailto:xi...@apple.com>> >> wrote: >> >> Thank you, Bob! >> >>> On Aug 3, 2017, at 7:22 PM, Bob Wilson <bob.wil...@apple.com >>> <mailto:bob.wil...@apple.com>> wrote: >>> >>> We’ll temporarily remove lldb from the PR testing. >>> >>>> On Aug 3, 2017, at 7:04 PM, Xi Ge <xi...@apple.com >>>> <mailto:xi...@apple.com>> wrote: >>>> >>>> Do we a radar to keep track of this? the build error seems to be blocking >>>> our PR testing. >>>> >>>> Xi >>>>> On Aug 3, 2017, at 4:11 PM, Mishal Shah via swift-dev >>>>> <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote: >>>>> >>>>> Hi, >>>>> >>>>> /home/buildnode/disk1/workspace/oss-swift-package-linux-ubuntu-16_10/lldb/source/Commands/CommandObjectArgs.cpp:226:75: >>>>> error: 'Index' is a private member of >>>>> 'llvm::detail::result_pair<llvm::ArrayRef<lldb_private::Args::ArgEntry> >' >>>>> result.GetOutputStream().Printf("%" PRIu64 " (%s): ", >>>>> (uint64_t)entry.Index, >>>>> >>>>> ^ >>>>> /home/buildnode/disk1/workspace/oss-swift-package-linux-ubuntu-16_10/llvm/include/llvm/ADT/STLExtras.h:1030:15: >>>>> note: declared private here >>>>> std::size_t Index; >>>>> ^ >>>>> /home/buildnode/disk1/workspace/oss-swift-package-linux-ubuntu-16_10/lldb/source/Commands/CommandObjectArgs.cpp:227:43: >>>>> error: no member named 'Value' in >>>>> 'llvm::detail::result_pair<llvm::ArrayRef<lldb_private::Args::ArgEntry> >' >>>>> entry.Value.c_str()); >>>>> ~~~~~ ^ >>>>> /home/buildnode/disk1/workspace/oss-swift-package-linux-ubuntu-16_10/lldb/source/Commands/CommandObjectArgs.cpp:228:38: >>>>> error: 'Index' is a private member of >>>>> 'llvm::detail::result_pair<llvm::ArrayRef<lldb_private::Args::ArgEntry> >' >>>>> >>>>> value_list.GetValueAtIndex(entry.Index)->Dump(&result.GetOutputStream()); >>>>> ^ >>>>> /home/buildnode/disk1/workspace/oss-swift-package-linux-ubuntu-16_10/llvm/include/llvm/ADT/STLExtras.h:1030:15: >>>>> note: declared private here >>>>> std::size_t Index; >>>>> ^ >>>>> 3 errors generated. >>>>> >>>> >>> >> >
_______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev