Re: [lldb-dev] [Openmp-dev] [4.0.0 Release] Release Candidate 2 has been tagged

2017-02-14 Thread Simon Dardis via lldb-dev
Hi, I've built, uploaded and partially tested rc2. Looks ok. I'll post if anything crops up. 78afc4479ee0f121ba3080cb04547572 clang+llvm-4.0.0-rc2-mipsel-linux-gnu.tar.xz 9d0aba409e80500224583a6baed6b945 clang+llvm-4.0.0-rc2-mips-linux-gnu.tar.xz c654db0e66231e2c72c2fcc426e843e5

[lldb-dev] [4.0.0 Release] Release Candidate 1 source and binaries available

2017-02-14 Thread Hans Wennborg via lldb-dev
Source, binaries and docs for LLVM-4.0.0-rc2 are now available at http://www.llvm.org/pre-releases/4.0.0/#rc2 Please try it out, run tests, build your favourite projects and file bugs about anything that needs to be fixed, marking them as blockers of http://llvm.org/pr31622. Many things have

[lldb-dev] [4.0.0 Release] Release Candidate 2 source and binaries available

2017-02-14 Thread Hans Wennborg via lldb-dev
Apologies, the subject should say Release Candidate *2* is now availalble. On Tue, Feb 14, 2017 at 11:56 AM, Hans Wennborg wrote: > Source, binaries and docs for LLVM-4.0.0-rc2 are now available at > http://www.llvm.org/pre-releases/4.0.0/#rc2 > > Please try it out, run tests,

[lldb-dev] About lldbHost

2017-02-14 Thread Zachary Turner via lldb-dev
After https://reviews.llvm.org/D29964, we finally have a starting point at which we can begin unravelling the cross-project cyclic dependencies in LLDB. lldb/Utility now is very similar in spirit to llvm/Support. But llvmSupport goes one step further and includes what lldb would normally put