Re: [lldb-dev] [cfe-dev] [4.0.0 Release] Relase Candidate 1 has been tagged

2017-01-18 Thread Hans Wennborg via lldb-dev
On Wed, Jan 18, 2017 at 4:43 PM, Mehdi Amini wrote: > >> On Jan 18, 2017, at 7:45 AM, Hans Wennborg via cfe-dev >> wrote: >> >> Dear testers, >> >> 4.0.0-rc1 was just tagged from the branch, with r292377. >> >> There are still open merge requests

Re: [lldb-dev] [cfe-dev] [4.0.0 Release] Relase Candidate 1 has been tagged

2017-01-18 Thread Mehdi Amini via lldb-dev
> On Jan 18, 2017, at 7:45 AM, Hans Wennborg via cfe-dev > wrote: > > Dear testers, > > 4.0.0-rc1 was just tagged from the branch, with r292377. > > There are still open merge requests and bugs, but I'd like to get the > testing started to see what issues come up. >

Re: [lldb-dev] [cfe-dev] [llvm-dev] [4.0.0 Release] Relase Candidate 1 has been tagged

2017-01-18 Thread Mehdi Amini via lldb-dev
Looks like LLVM and clang are out-of-sync. Using the script as Hans said worked for me: test-release.sh -release 4.0.0 -rc 1 -triple x86_64-apple-darwin (Triple is likely gonna be different for you). — Mehdi > On Jan 18, 2017, at 12:28 PM, Andrew Kelley via cfe-dev >

Re: [lldb-dev] [llvm-dev] [4.0.0 Release] Relase Candidate 1 has been tagged

2017-01-18 Thread Hans Wennborg via lldb-dev
If you're using the svn repository you can just check out the RELEASE_400/rc1 tag of the cfe module. If you're using the git mirror, the last cfe commit on the release_40 branch before the tag is 3a631d565d. Thanks, Hans On Wed, Jan 18, 2017 at 10:11 AM, Andrew Kelley

Re: [lldb-dev] [llvm-dev] [4.0.0 Release] Relase Candidate 1 has been tagged

2017-01-18 Thread Hans Wennborg via lldb-dev
The script lives in the llvm repo: utils/release/test-release.sh. You'll probably want to invoke it as test-release.sh -release 4.0.0 -rc 1 -triple x86_64-apple-darwin On Wed, Jan 18, 2017 at 10:26 AM, Mehdi Amini wrote: > Hi Hans, > > I can test it on macOS. Is there a

Re: [lldb-dev] [llvm-dev] [4.0.0 Release] Relase Candidate 1 has been tagged

2017-01-18 Thread Mehdi Amini via lldb-dev
Hi Hans, I can test it on macOS. Is there a doc to describe what to test? I remember you pointed me to a script once… Anyone else involved in the release process on macOS? Thanks, — Mehdi > On Jan 18, 2017, at 7:45 AM, Hans Wennborg via llvm-dev > wrote: > >

[lldb-dev] [4.0.0 Release] Relase Candidate 1 has been tagged

2017-01-18 Thread Hans Wennborg via lldb-dev
Dear testers, 4.0.0-rc1 was just tagged from the branch, with r292377. There are still open merge requests and bugs, but I'd like to get the testing started to see what issues come up. Please build, test, and upload binaries to the sftp. Let me know how it goes. I'll upload source, docs, and