Re: [lldb-dev] [5.0.0 Release] Release Candidate 3 tagged

2017-08-30 Thread Hans Wennborg via lldb-dev
On Wed, Aug 30, 2017 at 10:38 AM, Simon Dardis wrote: > > Hi, > > I've uploaded the binaries for rc3: > > SHA256(clang+llvm-5.0.0-rc3-mipsel-linux-gnu.tar.xz)= > f682de9375970c3e43b11da94cfbcb38163a79a5a09806ef0198837eefbfc621 >

Re: [lldb-dev] [5.0.0 Release] Release Candidate 3 tagged

2017-08-30 Thread Simon Dardis via lldb-dev
Hi, I've uploaded the binaries for rc3: SHA256(clang+llvm-5.0.0-rc3-mipsel-linux-gnu.tar.xz)= f682de9375970c3e43b11da94cfbcb38163a79a5a09806ef0198837eefbfc621 SHA256(clang+llvm-5.0.0-rc3-mips-linux-gnu.tar.xz)= 909095eac1ed5a21a5ba7ea5099d56f29576398b8dd7497453c63b2bcafe7874

Re: [lldb-dev] lldb-server link failure with shared library configuration

2017-08-30 Thread Tamas Berghammer via lldb-dev
Hi Peeter, Why do you have to make the dependency conditional on BUILD_SHARED_LIBS? If lldbExpression depends on LLVMRuntimeDyld it should depend on it independently of the build config. Also I gave it a try to build lldb using shared libraries locally and I haven't hit any issue when I used the

Re: [lldb-dev] lldb-mi doesn't work on MS-Windows

2017-08-30 Thread Hafiz Abid Qadeer via lldb-dev
If the snapshot is built without python support and normal lldb is running then I would say lldb-mi should run too. Thanks, Abid On Thu, Aug 17, 2017 at 7:37 PM, Ilia K wrote: > Yep, it requires python from some time. > > Guys, how you think is it okay to have such

Re: [lldb-dev] [llvm-dev] [5.0.0 Release] Release Candidate 4 tagged

2017-08-30 Thread Michał Górny via lldb-dev
W dniu wto, 29.08.2017 o godzinie 16∶52 -0700, użytkownik Hans Wennborg via llvm-dev napisał: > Hello testers, > > 5.0.0-rc4 was just tagged. > > There were very few changes after rc3, and if nothing unexpected comes > up, this is what the final release will look like. > > Please test and let

Re: [lldb-dev] [Release-testers] [5.0.0 Release] Release Candidate 4 tagged

2017-08-30 Thread Brian Cain via lldb-dev
Uploaded rc4 and rc3 for SLES11. No new issues. 5560fd8bf543bf3cdcaf55caef159664bd2749f3 clang+llvm-5.0.0-rc3-linux- x86_64-sles11.3.tar.xz effbb3a69efec75a67566d91dd4a9e685c2df15d clang+llvm-5.0.0-rc4-linux- x86_64-sles11.3.tar.xz On Tue, Aug 29, 2017 at 6:52 PM, Hans Wennborg via

Re: [lldb-dev] [llvm-dev] [5.0.0 Release] Release Candidate 4 tagged

2017-08-30 Thread Hans Wennborg via lldb-dev
On Wed, Aug 30, 2017 at 2:14 PM, Michał Górny wrote: > W dniu wto, 29.08.2017 o godzinie 16∶52 -0700, użytkownik Hans Wennborg > via llvm-dev napisał: >> Hello testers, >> >> 5.0.0-rc4 was just tagged. >> >> There were very few changes after rc3, and if nothing unexpected comes

Re: [lldb-dev] lldb-server link failure with shared library configuration

2017-08-30 Thread Peeter Joot via lldb-dev
Hi Tamas, It looks like lldb-server only fails if I build with a Debug configuration, which I didn't realize until now. In Release configuration, I don't need any changes to CMakefiles and lldb-server links without error. My full build configuration in debug mode was: mkdir

Re: [lldb-dev] lldb-server link failure with shared library configuration

2017-08-30 Thread Tamas Berghammer via lldb-dev
I tried to build using the following command what should be a reasonably close approximation to the one you used (I don't have ICU installed at the moment) and it still links fine for me: CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake -G Ninja ../../llvm -DBUILD_SHARED_LIBS=true

Re: [lldb-dev] [llvm-dev] [5.0.0 Release] Release Candidate 4 tagged

2017-08-30 Thread Diana Picus via lldb-dev
Hi, ARM and AArch64 uploaded: 64414576baf177aa3de789343399bf662292 clang+llvm-5.0.0-rc4-aarch64-linux-gnu.tar.xz d8a55e393f6277759165ad89d5b0f1b5a540c81b clang+llvm-5.0.0-rc4-armv7a-linux-gnueabihf.tar.xz No new failures. Cheers, Diana On 30 August 2017 at 08:24, Somchai Smythe via

Re: [lldb-dev] [llvm-dev] [5.0.0 Release] Release Candidate 4 tagged

2017-08-30 Thread Michał Górny via lldb-dev
W dniu śro, 30.08.2017 o godzinie 15∶22 -0700, użytkownik Hans Wennborg napisał: > On Wed, Aug 30, 2017 at 2:14 PM, Michał Górny wrote: > > W dniu wto, 29.08.2017 o godzinie 16∶52 -0700, użytkownik Hans Wennborg > > via llvm-dev napisał: > > > Hello testers, > > > > > >